|
Project: stp | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface CqQuery.Filter
A query filter expression or a subexpression thereof.
This structure represents a node within the filter expression tree. As a FilterNode, it represents the logical conjunction (ANDing) or disjunction (ORing) of filter subexpressions. As a FilterLeaf, it represents the comparison of a field with one or more constant values.
| Nested Class Summary | |
|---|---|
static class |
CqQuery.Filter.Operation
An enumeration of the logical operations and comparisons that can be used to combine the operands of a Filter subexpression. |
| Method Summary | |
|---|---|
CqQuery.Filter.Operation |
getOperation()
Returns the logical operation that is to be used to combine the operands of this subexpression. |
void |
setOperation(CqQuery.Filter.Operation op)
Set the operation code for a Filter subexpression. |
| Method Detail |
|---|
CqQuery.Filter.Operation getOperation()
void setOperation(CqQuery.Filter.Operation op)
op - The new operation code. The code must be consistent with
the most complete subclass of this object.
|
Generated Mon 24-Aug-2015 12:11 PM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||