public class CriteriaOperator extends APIEnum
FilterCriteria to be joined to the following criteria
in the filter.| Modifier and Type | Field and Description |
|---|---|
static List<CriteriaOperator> |
all |
static CriteriaOperator |
AND
Criteria should be joined with logical AND with the following criteria.
|
static CriteriaOperator |
NONE
Deprecated.
Use
NOP instead. Will be removed in future version. |
static CriteriaOperator |
NOP
Criteria is the last in the filter on either concept level or in a term group.
|
static CriteriaOperator |
OR
Criteria should be joined with logical OR with the following criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static CriteriaOperator |
getByName(String name) |
public static final CriteriaOperator NONE
NOP instead. Will be removed in future version.public static final CriteriaOperator NOP
public static final CriteriaOperator AND
public static final CriteriaOperator OR
public static final List<CriteriaOperator> all
public static CriteriaOperator getByName(String name)
Copyright © 2009-2016 Interverbum Technology AB. All Rights Reserved.