Uses of Enum Class
org.nuclos.api.businessobject.QueryOperation
-
Uses of QueryOperation in org.nuclos.api.businessobject
Modifier and TypeFieldDescription(package private) QueryOperation
SearchExpression.operator
(package private) QueryOperation
SearchExpression.parentOperator
Modifier and TypeMethodDescriptionSearchExpression.getExpressionOperator()
returns the Operator used for comparisonSearchExpressionPair.getOperator()
SearchExpression.getParentOperator()
static QueryOperation
Returns the enum constant of this class with the specified name.static QueryOperation[]
QueryOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSearchExpression
(Attribute<T> pSource, Attribute<T> pTarget, QueryOperation pOperator) This Constructor is used when there are two attributes to compareSearchExpression
(Attribute<T> pSource, QueryOperation pOperator) This Constructor is used when a attributes is checkd on Null or notNullSearchExpression
(Attribute<T> pSource, T pValue, QueryOperation pOperator) This Constructor is used when a attributes is compared to a given value with a given operatorSearchExpression
(SearchExpression<T> pParentSearchExpression, QueryOperation pOperator) SearchExpressionPair
(QueryOperation pOperator, SearchExpression<T> pSearchExp)