Uses of Enum Class
org.nuclos.api.businessobject.QueryOperation
Packages that use QueryOperation
-
Uses of QueryOperation in org.nuclos.api.businessobject
Fields in org.nuclos.api.businessobject declared as QueryOperationModifier and TypeFieldDescription(package private) QueryOperation
SearchExpression.operator
(package private) QueryOperation
SearchExpression.parentOperator
Methods in org.nuclos.api.businessobject that return QueryOperationModifier 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.Constructors in org.nuclos.api.businessobject with parameters of type QueryOperationModifierConstructorDescriptionSearchExpression
(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)