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
 

Fields in org.gcube.application.framework.search.library.model with type parameters of type Query
protected  List<Query> QueryGroup.queries
           
 

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
 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(List<Query> queries)
          Sets the queries
 

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



Copyright © 2013. All Rights Reserved.