Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.repository
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

@org.alfresco.api.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:
Serialized Form

Constructor Summary
AttributeElement(String attribute)
AttributeElement(QName attribute)
AttributeElement(QName attribute, int position)
Method Summary
boolean
equals(Object o)
getBaseNameElement(TenantService tenantService)
getElementString()
getPrefixedString(NamespacePrefixResolver resolver)
getQName()
int
hashCode()
int
position()
Methods inherited from class org.alfresco.service.cmr.repository.Path.Element
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
AttributeElement
public AttributeElement(QName attribute)
Parameters:
attribute - QName

AttributeElement
public AttributeElement(QName attribute,
                        int position)

AttributeElement
public AttributeElement(String attribute)
Method Detail
getElementString
public String getElementString()
Overrides:
getElementString in class Path.Element
Returns:
Returns the path element portion including leading '/' and never null

getPrefixedString
public String getPrefixedString(NamespacePrefixResolver resolver)
Overrides:
getPrefixedString in class Path.Element
Parameters:
resolver - namespace prefix resolver
Returns:
the path element portion (with namespaces converted to prefixes)

getQName
public QName getQName()

position
public int position()

equals
public boolean equals(Object o)
Overrides:
equals in class Object

hashCode
public int hashCode()
Overrides:
hashCode in class Object

getBaseNameElement
public Path.Element getBaseNameElement(TenantService tenantService)
Overrides:
getBaseNameElement in class Path.Element
Parameters:
tenantService - TenantService
Returns:
Element

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.