Uses of Class
org.gcube.contentmanagement.contentmanager.oaiplugin.delegates.OAICollection

Packages that use OAICollection
org.gcube.contentmanagement.contentmanager.oaiplugin.delegates   
org.gcube.contentmanagement.contentmanager.oaiplugin.tasks   
 

Uses of OAICollection in org.gcube.contentmanagement.contentmanager.oaiplugin.delegates
 

Methods in org.gcube.contentmanagement.contentmanager.oaiplugin.delegates that return types with arguments of type OAICollection
 java.util.List<OAICollection> OAIFactory.create(org.w3c.dom.Element parameters)
          
 

Uses of OAICollection in org.gcube.contentmanagement.contentmanager.oaiplugin.tasks
 

Constructors in org.gcube.contentmanagement.contentmanager.oaiplugin.tasks with parameters of type OAICollection
UpdateTask(OAICollection collection)