T - Operation subject typepublic static interface QueryFilter.OperationQueryFilter<T> extends QueryFilter
QueryFilter which represents an operation with operator and arguments.QueryFilter.CompositeQueryFilter, QueryFilter.FilterOperator, QueryFilter.OperationQueryFilter<T>, QueryFilter.QueryFilterResolver<T extends QueryFilter>, QueryFilter.QueryFilterSupport<C extends QueryFilter.QueryFilterSupport<C>>Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException| Modifier and Type | Method and Description |
|---|---|
QueryExpression<T> |
getLeftOperand()
Get the left hand
QueryExpression operand. |
QueryFilter.FilterOperator |
getOperator()
Get the operator.
|
Optional<QueryExpression<? super T>> |
getRightOperand()
Get the right hand
QueryExpression operand, if applicable. |
allOf, allOf, and, anyOf, anyOf, between, contains, endsWith, eq, eq, goe, goe, greaterThan, greaterThan, gt, gt, in, in, in, isNotNull, isNull, lessThan, lessThan, loe, loe, lt, lt, neq, neq, nin, nin, nin, not, not, or, startsWithvalidateQueryExpression<T> getLeftOperand()
QueryExpression operand.QueryFilter.FilterOperator getOperator()
Optional<QueryExpression<? super T>> getRightOperand()
QueryExpression operand, if applicable.Copyright © 2017 The Holon Platform. All rights reserved.