Uses of Class
org.gcube.dir.master.stubs.IQuery

Packages that use IQuery
org.gcube.dir.master.stubs   
 

Uses of IQuery in org.gcube.dir.master.stubs
 

Subclasses of IQuery in org.gcube.dir.master.stubs
 class IDefaultQuery
           
 

Methods in org.gcube.dir.master.stubs that return IQuery
 IQuery IFusionParameters.getQuery()
          Gets the query value for this IFusionParameters.
 IQuery ISelectionParameters.getQuery()
          Gets the query value for this ISelectionParameters.
 

Methods in org.gcube.dir.master.stubs with parameters of type IQuery
 void IFusionParameters.setQuery(IQuery query)
          Sets the query value for this IFusionParameters.
 void ISelectionParameters.setQuery(IQuery query)
          Sets the query value for this ISelectionParameters.
 

Constructors in org.gcube.dir.master.stubs with parameters of type IQuery
IFusionParameters(RSEntry[] RSEntries, int numberOfResults, IQuery query)
           
ISelectionParameters(ISelectionCriterion criterion, IQuery query)