Class AbstractTree
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.tree.AbstractTree
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tree
addChild(Name childName, Name primaryTypeName, java.lang.String uniqueId)
Name
getName()
Name
getPrimaryTypeName()
java.lang.String
getUniqueId()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jackrabbit.spi.Tree
addProperty, addProperty
-
-
-
-
Method Detail
-
getPrimaryTypeName
public Name getPrimaryTypeName()
- Specified by:
getPrimaryTypeName
in interfaceTree
-
getUniqueId
public java.lang.String getUniqueId()
- Specified by:
getUniqueId
in interfaceTree
-
-