org.alfresco.service.cmr.repository
Class Path.ChildAssocElement
org.alfresco.service.cmr.repository.Path.ChildAssocElement All Implemented Interfaces:
-
Enclosing class:
-
public static class Path.ChildAssocElement
Represents a qualified path between a parent and a child node,
including the sibling to retrieve e.g. /{namespace}name[5]
See Also:
-
Path.ChildAssocElement
-
Parameters:
-
ref - a reference to the specific parent-child association
getElementString
public String getElementString() -
Returns:
-
Returns the path element portion including leading '/' and never null
getPrefixedString
-
Parameters:
-
resolver - namespace prefix resolver
Returns:
-
the path element portion (with namespaces converted to prefixes)
getRef
equals
public boolean equals(Object o) -
Overrides:
-
hashCode
public int hashCode()
-
Overrides:
-
getBaseNameElement
public org.alfresco.service.cmr.repository.Path.Element getBaseNameElement(TenantService tenantService) -
Parameters:
-
tenantService - TenantService
Returns:
-
Element
toString
-
Overrides:
-
-
See Also:
-
Path.Element.getElementString()