Uses of Class
org.gcube.contentmanagement.contentmanager.factsheetplugin.delegates.ReadManager

Packages that use ReadManager
org.gcube.contentmanagement.contentmanager.factsheetplugin.delegates   
org.gcube.contentmanagement.contentmanager.factsheetplugin.types   
 

Uses of ReadManager in org.gcube.contentmanagement.contentmanager.factsheetplugin.delegates
 

Constructors in org.gcube.contentmanagement.contentmanager.factsheetplugin.delegates with parameters of type ReadManager
FactsheetCollection(java.lang.String id, ReadManager readDelegate)
           
 

Uses of ReadManager in org.gcube.contentmanagement.contentmanager.factsheetplugin.types
 

Constructors in org.gcube.contentmanagement.contentmanager.factsheetplugin.types with parameters of type ReadManager
GCUBEDocumentIterator(java.util.List<Factsheet> factsheets, ReadManager readManager, Predicate projection)