Class Path.AttributeElement

java.lang.Object
org.alfresco.service.cmr.repository.Path.Element
org.alfresco.service.cmr.repository.Path.AttributeElement
All Implemented Interfaces:
Serializable
Enclosing class:
Path

@AlfrescoPublicApi public static class Path.AttributeElement extends Path.Element
Represents a qualified path to an attribute, including the sibling for repeated properties/attributes to retrieve e.g. /@{namespace}name[5]
See Also:
  • Constructor Details

    • AttributeElement

      public AttributeElement(QName attribute)
      Parameters:
      attribute - QName
    • AttributeElement

      public AttributeElement(QName attribute, int position)
    • AttributeElement

      public AttributeElement(String attribute)
  • Method Details