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

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

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

Methods in org.gcube.application.framework.search.library.model that return Criterion
 Criterion Criterion.clone()
          
 

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

Methods in org.gcube.application.framework.search.library.model with parameters of type Criterion
 void Query.addCriterion(Criterion criterion)
          Adds a new criterion to the list of search criteria