Uses of Class
org.gcube.application.framework.search.library.model.Field

Packages that use Field
org.gcube.application.framework.search.library.model   
org.gcube.application.framework.search.library.util   
 

Uses of Field in org.gcube.application.framework.search.library.model
 

Methods in org.gcube.application.framework.search.library.model that return Field
 Field Field.clone()
           
 Field CollectionInfo.getGeospatialField()
           
 

Methods in org.gcube.application.framework.search.library.model that return types with arguments of type Field
 java.util.List<Field> Query.getAvailableBrowseFields()
           
 java.util.List<Field> Query.getAvailableSearchFields()
           
 java.util.List<Field> Query.getAvailableSortFields()
           
 java.util.ArrayList<Field> CollectionInfo.getBrowsableFields()
           
 java.util.ArrayList<Field> CollectionInfo.getIndices()
           
 java.util.ArrayList<Field> CollectionInfo.getPresentationFields()
           
 

Methods in org.gcube.application.framework.search.library.model with parameters of type Field
 void CollectionInfo.setGeospatialField(Field geospatialField)
           
 

Method parameters in org.gcube.application.framework.search.library.model with type arguments of type Field
 void CollectionInfo.setBrowsableFields(java.util.ArrayList<Field> brFields)
           
 void CollectionInfo.setIndices(java.util.ArrayList<Field> indices)
           
 void CollectionInfo.setPresentationFields(java.util.ArrayList<Field> presentationFields)
           
 

Uses of Field in org.gcube.application.framework.search.library.util
 

Methods in org.gcube.application.framework.search.library.util that return types with arguments of type Field
static java.util.ArrayList<Field> FindFieldsInfo.getCollectionPresentationFields(java.lang.String colId, ASLSession session)