Class AttributePathRoot


  • public class AttributePathRoot
    extends FilterNode
    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.
    • Method Detail

      • getResourceUri

        public String getResourceUri()
      • getShortName

        public String getShortName()
      • getFullName

        public String getFullName()
      • getParentAttributeName

        public String getParentAttributeName()
      • getComplexSubAttributeName

        public String getComplexSubAttributeName()
      • getAttributeName

        public String getAttributeName()
      • getChild

        public FilterNode getChild()
        if the attribute path expression has a filter expression
      • getSchemaAttribute

        public SchemaAttribute getSchemaAttribute()
        the schema attribute that represents this attribute name
      • setOriginalExpressionString

        public void setOriginalExpressionString​(String originalExpressionString)
        represents the original expression of this node