Class AttributePathRoot
java.lang.Object
de.captaingoldfish.scim.sdk.server.filter.FilterNode
de.captaingoldfish.scim.sdk.server.filter.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. name.givenName or userName or emails.primary etc.
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. name.givenName or userName or emails.primary etc.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAttributePathRoot(FilterNode child, ResourceType resourceType, ScimFilterParser.ValuePathContext ctx) -
Method Summary
Modifier and TypeMethodDescriptiongetChild()if the attribute path expression has a filter expressionthe schema attribute that represents this attribute namevoidsetOriginalExpressionString(String originalExpressionString) represents the original expression of this nodetoString()Methods inherited from class de.captaingoldfish.scim.sdk.server.filter.FilterNode
getParent, getSubAttributeName, setParent, setSubAttributeName
-
Constructor Details
-
AttributePathRoot
public AttributePathRoot(FilterNode child, ResourceType resourceType, ScimFilterParser.ValuePathContext ctx) -
AttributePathRoot
protected AttributePathRoot()
-
-
Method Details
-
getResourceUri
-
getShortName
-
getFullName
-
getParentAttributeName
-
getComplexSubAttributeName
-
getAttributeName
-
toString
-
getChild
if the attribute path expression has a filter expression -
getSchemaAttribute
the schema attribute that represents this attribute name -
setOriginalExpressionString
represents the original expression of this node
-