| AndExpressionNode |
author Pascal Knueppel
created at: 16.10.2019 - 16:52
represents two expressions that should be put together as an and operation
|
| AttributeExpressionLeaf |
author Pascal Knueppel
created at: 16.10.2019 - 12:37
Represents a comparable expression in the scim filter language like "userName eq 'chuck_norris'"
|
| AttributePathRoot |
author Pascal Knueppel
created at: 28.10.2019 - 23:14
this is a leaf node for resolving patch expressions that will hold the full name of the attribute e.g.
|
| FilterNode |
author Pascal Knueppel
created at: 16.10.2019 - 16:07
the abstract tree declaration that will be build when the SCIM filter expression is parsed
|
| NotExpressionNode |
author Pascal Knueppel
created at: 16.10.2019 - 16:52
represents an expression that should be negated
|
| OrExpressionNode |
author Pascal Knueppel
created at: 16.10.2019 - 16:52
represents two expressions that should be put together as an or operation
|