Uses of Class
org.gcube.tools.searchtester.plugin.CollectionInfo.Schema

Packages that use CollectionInfo.Schema
org.gcube.tools.searchtester.plugin   
org.gcube.tools.searchtester.plugin.util   
 

Uses of CollectionInfo.Schema in org.gcube.tools.searchtester.plugin
 

Methods in org.gcube.tools.searchtester.plugin that return types with arguments of type CollectionInfo.Schema
 java.util.ArrayList<CollectionInfo.Schema> CollectionInfo.getAvailableSchemata()
           
 

Methods in org.gcube.tools.searchtester.plugin with parameters of type CollectionInfo.Schema
 void CollectionInfo.addMetadataRecord(CollectionInfo.Schema schema, java.lang.String metadata)
           
 void CollectionInfo.addSearchableFields(CollectionInfo.Schema schema, java.util.ArrayList<java.lang.String> fields)
           
 void CollectionInfo.addSortableFields(CollectionInfo.Schema schema, java.util.ArrayList<java.lang.String> fields)
           
 java.lang.String CollectionInfo.getMetadataRecord(CollectionInfo.Schema schema)
           
 java.util.ArrayList<java.lang.String> CollectionInfo.getSearchableFields(CollectionInfo.Schema schema)
           
 java.util.ArrayList<java.lang.String> CollectionInfo.getSortableFields(CollectionInfo.Schema schema)
           
 

Method parameters in org.gcube.tools.searchtester.plugin with type arguments of type CollectionInfo.Schema
 void CollectionInfo.setAvailableSchemata(java.util.ArrayList<CollectionInfo.Schema> availableSchemata)
           
 

Uses of CollectionInfo.Schema in org.gcube.tools.searchtester.plugin.util
 

Methods in org.gcube.tools.searchtester.plugin.util with parameters of type CollectionInfo.Schema
static CollectionInfo Util.parseColletionInfoXML(CollectionInfo collectionInfo, java.lang.String string, CollectionInfo.Schema... schema)