Class FilterNode
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.filter.FilterNode
-
- Direct Known Subclasses:
AndExpressionNode,AttributeExpressionLeaf,AttributePathRoot,NotExpressionNode,OrExpressionNode
public abstract class FilterNode extends Object
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
-
-
Constructor Summary
Constructors Constructor Description FilterNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetSubAttributeName(String subAttributeName)this attribute is relevant for resolving value-paths on patch operations
-
-
-
Method Detail
-
setSubAttributeName
public void setSubAttributeName(String subAttributeName)
this attribute is relevant for resolving value-paths on patch operations
-
-