Class FilterNode
java.lang.Object
de.captaingoldfish.scim.sdk.server.filter.FilterNode
- Direct Known Subclasses:
AndExpressionNode,AttributeExpressionLeaf,AttributePathRoot,NotExpressionNode,OrExpressionNode
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
created at: 16.10.2019 - 16:07
the abstract tree declaration that will be build when the SCIM filter expression is parsed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneach node should now its parent node just in casethis attribute is relevant for resolving value-paths on patch operationsprotected voidsetParent(FilterNode parent) each node should now its parent node just in casevoidsetSubAttributeName(String subAttributeName) this attribute is relevant for resolving value-paths on patch operations
-
Constructor Details
-
FilterNode
public FilterNode()
-
-
Method Details
-
setSubAttributeName
this attribute is relevant for resolving value-paths on patch operations -
getParent
each node should now its parent node just in case -
setParent
each node should now its parent node just in case -
getSubAttributeName
this attribute is relevant for resolving value-paths on patch operations
-