Uses of Class
org.gcube.application.framework.contentmanagement.model.CollectionInfo

Packages that use CollectionInfo
org.gcube.application.framework.contentmanagement.cache.factories   
org.gcube.application.framework.contentmanagement.util   
 

Uses of CollectionInfo in org.gcube.application.framework.contentmanagement.cache.factories
 

Methods in org.gcube.application.framework.contentmanagement.cache.factories that return CollectionInfo
 CollectionInfo CollectionInfoCacheEntryFactory.harvestCollectionProfile(java.lang.String colId, java.lang.String scope)
           
 

Uses of CollectionInfo in org.gcube.application.framework.contentmanagement.util
 

Methods in org.gcube.application.framework.contentmanagement.util that return CollectionInfo
static CollectionInfo FindInfo.findCollectionInfo(java.lang.String colID, java.util.List<CollectionInfo>[] collections)
           
static CollectionInfo FindInfo.findCollectionInfoFromMetadata(java.lang.String metadataColID, java.util.List<CollectionInfo>[] collections)
           
 

Methods in org.gcube.application.framework.contentmanagement.util that return types with arguments of type CollectionInfo
static java.util.List<CollectionInfo> FindInfo.searchCollectionInfo(java.lang.String term, java.lang.String whereToSearch, java.util.List<CollectionInfo>[] collections)
           
 

Methods in org.gcube.application.framework.contentmanagement.util with parameters of type CollectionInfo
static int FindInfo.findCollectionSchema(java.lang.String schemaName, CollectionInfo collection)
           
static int FindInfo.findCollectionSchema(java.lang.String schemaName, java.lang.String schemaLanguage, CollectionInfo collection)