Class Path.SelfElement
java.lang.Object
org.alfresco.service.cmr.repository.Path.Element
org.alfresco.service.cmr.repository.Path.SelfElement
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Path
Represents the /. xpath element
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBaseNameElement
(TenantService tenantService) int
hashCode()
Methods inherited from class org.alfresco.service.cmr.repository.Path.Element
getPrefixedString, toString
-
Constructor Details
-
SelfElement
public SelfElement()
-
-
Method Details
-
getElementString
- Specified by:
getElementString
in classPath.Element
- Returns:
- Returns the path element portion including leading '/' and never null
-
equals
-
hashCode
public int hashCode() -
getBaseNameElement
- Specified by:
getBaseNameElement
in classPath.Element
- Parameters:
tenantService
- TenantService- Returns:
- Element
-