Uses of Class
org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface.handlers.Factsheet

Packages that use Factsheet
org.gcube.contentmanagement.contentmanager.factsheetplugin.delegates   
org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface   
org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface.handlers   
org.gcube.contentmanagement.contentmanager.factsheetplugin.types   
 

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

Methods in org.gcube.contentmanagement.contentmanager.factsheetplugin.delegates with parameters of type Factsheet
 GDoc ReadManager.extractDoc(Factsheet factsheet, java.lang.String domainName)
           
 

Uses of Factsheet in org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface
 

Methods in org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface that return Factsheet
static Factsheet Util.getFactsheetObject(java.lang.String factsheetId, java.lang.String domainName)
           
 

Methods in org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface that return types with arguments of type Factsheet
static java.util.List<Factsheet> Util.getFactsheetsIdentifiersPerDomain(java.lang.String domainName)
           
 

Uses of Factsheet in org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface.handlers
 

Methods in org.gcube.contentmanagement.contentmanager.factsheetplugin.restinterface.handlers that return types with arguments of type Factsheet
 java.util.List<Factsheet> FactsheetHandler.getFactsheetList()
           
 

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

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