Uses of Class
com.logicaldoc.enterprise.search.Criterion
- 
Packages that use Criterion Package Description com.logicaldoc.enterprise.search com.logicaldoc.enterprise.webservice.model com.logicaldoc.impex.application  - 
- 
Uses of Criterion in com.logicaldoc.enterprise.search
Methods in com.logicaldoc.enterprise.search that return types with arguments of type Criterion Modifier and Type Method Description List<Criterion>ParametricSearchOptions. getCriteria()Method parameters in com.logicaldoc.enterprise.search with type arguments of type Criterion Modifier and Type Method Description voidParametricSearchOptions. setCriteria(List<Criterion> criteria) - 
Uses of Criterion in com.logicaldoc.enterprise.webservice.model
Methods in com.logicaldoc.enterprise.webservice.model that return Criterion Modifier and Type Method Description CriterionWSCriterion. toCriterion() - 
Uses of Criterion in com.logicaldoc.impex.application
Methods in com.logicaldoc.impex.application that return Criterion Modifier and Type Method Description CriterionSearchLine. getCriterion()Methods in com.logicaldoc.impex.application that return types with arguments of type Criterion Modifier and Type Method Description List<Criterion>SearchPanel. getCriteria()Methods in com.logicaldoc.impex.application with parameters of type Criterion Modifier and Type Method Description booleanSearchPanel. checkCriterion(Criterion criterion)Method similar to 'isNull' method of the 'Criterion' class.voidSearchLine. checkType(Criterion criterion)This criterion sets the criterion type to TYPE_SIGNED if the selected field is 'signed'.StringSearchPanel. getColumnName(Criterion criterion)Method similar to 'getColumnName' method of the 'Criterion' class.Constructors in com.logicaldoc.impex.application with parameters of type Criterion Constructor Description SearchLine(SearchPanel searchPanel, Criterion criterion) 
 -