Uses of Class
org.gcube.contentmanagement.contentmanager.plugin.delegates.Collection

Packages that use Collection
org.gcube.contentmanagement.contentmanager.plugin.defaultplugin   
org.gcube.contentmanagement.contentmanager.plugin.delegates   
org.gcube.contentmanagement.contentmanager.state   
 

Uses of Collection in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin
 

Subclasses of Collection in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin
 class DefaultCollection
           
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin that return types with arguments of type Collection
 java.util.List<? extends Collection> DefaultFactory.create(org.w3c.dom.Element parameters)
          Invoked by the service to create one or more collections from given creation parameters.
 

Uses of Collection in org.gcube.contentmanagement.contentmanager.plugin.delegates
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates that return Collection
 Collection ManagerDelegate.getCollection()
          Returns the Collection.
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates that return types with arguments of type Collection
abstract  java.util.List<? extends Collection> FactoryDelegate.create(org.w3c.dom.Element parameters)
          Invoked by the service to create one or more collections from given creation parameters.
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates with parameters of type Collection
 void ManagerDelegate.setCollection(Collection c)
          Sets the Collection
 

Uses of Collection in org.gcube.contentmanagement.contentmanager.state
 

Methods in org.gcube.contentmanagement.contentmanager.state that return Collection
 Collection CollectionResource.getCollection()
          Returns the resource collection.
 

Methods in org.gcube.contentmanagement.contentmanager.state with parameters of type Collection
 void CollectionResource.setCollection(Collection d)
          Sets the plugin's collection of the resource.