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

Packages that use Query
org.gcube.application.framework.search.library.model   
 

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

Methods in org.gcube.application.framework.search.library.model that return Query
 Query Query.clone(boolean previous)
           
 Query QueryGroup.getQuery(int i)
          Retrieves the i-th query
 

Methods in org.gcube.application.framework.search.library.model that return types with arguments of type Query
 java.util.List<Query> QueryGroup.getQueries()
           
 

Methods in org.gcube.application.framework.search.library.model with parameters of type Query
 void QueryGroup.setQuery(Query query)
          Adds a new query to the list of queries
 

Method parameters in org.gcube.application.framework.search.library.model with type arguments of type Query
 void QueryGroup.setQueries(java.util.List<Query> queries)
          Sets the queries
 

Constructor parameters in org.gcube.application.framework.search.library.model with type arguments of type Query
QueryGroup(java.util.List<Query> queries)
          A contructor that get an initial set of queries