public class FindInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL |
static String |
DESCRIPTION |
static String |
NAME |
| Constructor and Description |
|---|
FindInfo() |
| Modifier and Type | Method and Description |
|---|---|
static CollectionInfo |
findCollectionInfo(String colID,
List<CollectionInfo>[] collections) |
static CollectionInfo |
findCollectionInfoFromMetadata(String metadataColID,
List<CollectionInfo>[] collections) |
static int |
findCollectionSchema(String schemaName,
CollectionInfo collection) |
static int |
findCollectionSchema(String schemaName,
String schemaLanguage,
CollectionInfo collection) |
static int |
findCriterion(String name,
String schemaName,
HashMap<String,List<org.gcube.application.framework.core.util.SearchField>> SchemaHashMap) |
static HashMap<String,String> |
getCollectionNames(List<CollectionInfo>[] collections) |
static String |
getMCOIDFromISID(String MCISID,
org.gcube.common.core.scope.GCUBEScope scope) |
static List<CollectionInfo> |
searchCollectionInfo(String term,
String whereToSearch,
List<CollectionInfo>[] collections) |
public static final String ALL
public static final String NAME
public static final String DESCRIPTION
public static CollectionInfo findCollectionInfo(String colID, List<CollectionInfo>[] collections)
colID - collections - public static CollectionInfo findCollectionInfoFromMetadata(String metadataColID, List<CollectionInfo>[] collections)
metadataColID - collections - public static String getMCOIDFromISID(String MCISID, org.gcube.common.core.scope.GCUBEScope scope) throws Exception
MCISID - metadata collection idscope - gcube scopeExceptionpublic static List<CollectionInfo> searchCollectionInfo(String term, String whereToSearch, List<CollectionInfo>[] collections)
term - whereToSearch - collections - public static int findCollectionSchema(String schemaName, CollectionInfo collection)
schemaName - collection - public static int findCollectionSchema(String schemaName, String schemaLanguage, CollectionInfo collection)
public static int findCriterion(String name, String schemaName, HashMap<String,List<org.gcube.application.framework.core.util.SearchField>> SchemaHashMap)
name - schemaName - SchemaHashMap - public static HashMap<String,String> getCollectionNames(List<CollectionInfo>[] collections)
collections - the available collections in a hierarchical structureCopyright © 2013. All Rights Reserved.