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

Packages that use WriteDelegate
org.gcube.contentmanagement.contentmanager.plugin.defaultplugin   
org.gcube.contentmanagement.contentmanager.plugin.delegates   
 

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

Subclasses of WriteDelegate in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin
 class DefaultWriter
           
 

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

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates that return WriteDelegate
 WriteDelegate Collection.getWriter()
          Return the collection writer.
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates with parameters of type WriteDelegate
 void Collection.setWriter(WriteDelegate w)
          Sets the writer.