| Class | Description |
|---|---|
| ExpressionNode |
This is the node representation of the AST which is used in the filtering operations.
|
| FilterTreeManager |
This class is basically for creating a binary tree which preserves the precedence order with simple
filter (eg : userName eq vindula) expressions as terminals of the tree and all the logical operators
(and, or, not)as the non-terminals of the tree.
|
| Node |
Tree node representation.
|
| OperationNode |
Operation Node.
|
| PatchOperation |
This class represents the PATCH operations which are in the body of PATCH request.
|
| SearchRequest |
this corresponds to the /.search request object
|
Copyright © 2023 WSO2. All rights reserved.