Class Path.ParentElement
- java.lang.Object
-
- org.alfresco.service.cmr.repository.Path.Element
-
- org.alfresco.service.cmr.repository.Path.ParentElement
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Path
@AlfrescoPublicApi public static class Path.ParentElement extends Path.Element
Represents the /.. xpath element- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParentElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Path.Element
getBaseNameElement(TenantService tenantService)
java.lang.String
getElementString()
int
hashCode()
-
Methods inherited from class org.alfresco.service.cmr.repository.Path.Element
getPrefixedString, toString
-
-
-
-
Method Detail
-
getElementString
public java.lang.String getElementString()
- Specified by:
getElementString
in classPath.Element
- Returns:
- Returns the path element portion including leading '/' and never null
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getBaseNameElement
public Path.Element getBaseNameElement(TenantService tenantService)
- Specified by:
getBaseNameElement
in classPath.Element
- Parameters:
tenantService
- TenantService- Returns:
- Element
-
-