Uses of Class
ccc.api.core.Resource

Packages that use Resource
ccc.api.core   
ccc.api.jaxrs   
ccc.client.actions   
ccc.client.gwt.remoting   
ccc.domain The core domain model for CCC. 
ccc.plugins.s11n.json   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
ccc.web   
 

Uses of Resource in ccc.api.core
 

Subclasses of Resource in ccc.api.core
 class Alias
          A new alias.
 class File
          A summary of a file resource.
 class Folder
          A new folder.
 class Page
          A new page.
 class Template
          A new template.
 

Methods in ccc.api.core that return Resource
 Resource Resources.resourceForPathSecure(java.lang.String path)
          Deprecated. 
 Resource Resources.revisionForPath(java.lang.String path, int version)
          Deprecated. 
 Resource Resources.workingCopyForPath(java.lang.String path)
          Deprecated. 
 

Methods in ccc.api.core with parameters of type Resource
 void Resources.createWorkingCopy(java.util.UUID resourceId, Resource dto)
          Create a working copy for the specified resource, using the specified revision.
 void Resources.updateCacheDuration(java.util.UUID resourceId, Resource duration)
          Update the period that a resource should be cached for.
 void Resources.updateMetadata(java.util.UUID resourceId, Resource resource)
          Update metadata of the resource.
 void Resources.updateResourceTemplate(java.util.UUID resourceId, Resource template)
          Update the specified resource's template on the server.
 

Uses of Resource in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs that return Resource
 Resource ResourcesImpl.resourceForPathSecure(java.lang.String path)
          Look up the resource for a specified path.
 Resource ResourcesImpl.revisionForPath(java.lang.String path, int version)
          Look up the resource for a specified path.
 Resource ResourcesImpl.workingCopyForPath(java.lang.String path)
          Look up the working copy for a specified path.
 

Methods in ccc.api.jaxrs with parameters of type Resource
 void ResourcesImpl.createWorkingCopy(java.util.UUID resourceId, Resource pu)
          Create a working copy for the specified resource, using the specified revision.
 void ResourcesImpl.updateCacheDuration(java.util.UUID resourceId, Resource pu)
          Update the period that a resource should be cached for.
 void ResourcesImpl.updateMetadata(java.util.UUID resourceId, Resource resource)
          Update metadata of the resource.
 void ResourcesImpl.updateResourceTemplate(java.util.UUID resourceId, Resource pu)
          Update the specified resource's template on the server.
 

Uses of Resource in ccc.client.actions
 

Constructors in ccc.client.actions with parameters of type Resource
UpdateResourceTemplateAction(Resource resource)
          Constructor.
 

Uses of Resource in ccc.client.gwt.remoting
 

Constructors in ccc.client.gwt.remoting with parameters of type Resource
UpdateCacheDurationAction(Resource resource)
          Constructor.
UpdateMetadataAction(Resource resource)
          Constructor.
 

Uses of Resource in ccc.domain
 

Methods in ccc.domain that return Resource
 Resource Search.forCurrentRevision()
          Create a snapshot for the current revision.
 Resource Search.forSpecificRevision(int revNo)
          Create a snapshot for the specified revision.
 Resource Search.forWorkingCopy()
          Create a snapshot for the working copy.
 

Methods in ccc.domain with parameters of type Resource
protected  void ResourceEntity.setDtoProps(Resource dto)
          Populate the specified DTO with data from this resource.
 

Uses of Resource in ccc.plugins.s11n.json
 

Classes in ccc.plugins.s11n.json with type parameters of type Resource
 class ResourceSerializer<T extends Resource>
          Serializer for Resources.
 

Methods in ccc.plugins.s11n.json that return Resource
protected  Resource TempSerializer.createObject()
          Create a new instance of type T.
 

Uses of Resource in ccc.services.ejb3
 

Methods in ccc.services.ejb3 that return Resource
 Resource ResourcesEJB.resourceForPathSecure(java.lang.String rootPath)
          Look up the resource for a specified path.
 Resource ResourcesEJB.revisionForPath(java.lang.String path, int version)
          Look up the resource for a specified path.
 Resource ResourcesEJB.workingCopyForPath(java.lang.String rootPath)
          Look up the working copy for a specified path.
 

Methods in ccc.services.ejb3 with parameters of type Resource
 void ResourcesEJB.createWorkingCopy(java.util.UUID resourceId, Resource pu)
          Create a working copy for the specified resource, using the specified revision.
 void ResourcesEJB.updateCacheDuration(java.util.UUID resourceId, Resource pu)
          Update the period that a resource should be cached for.
 void ResourcesEJB.updateMetadata(java.util.UUID resourceId, Resource resource)
          Update metadata of the resource.
 void ResourcesEJB.updateResourceTemplate(java.util.UUID resourceId, Resource pu)
          Update the specified resource's template on the server.
 

Uses of Resource in ccc.web
 

Methods in ccc.web with parameters of type Resource
 Response TmpRenderer.render(Resource s)
          Render the resource, as a response.
 



Copyright © 2010. All Rights Reserved.