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 TreeaddChild(Name childName, Name primaryTypeName, java.lang.String uniqueId)NamegetName()NamegetPrimaryTypeName()java.lang.StringgetUniqueId()-
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:
getPrimaryTypeNamein interfaceTree
-
getUniqueId
public java.lang.String getUniqueId()
- Specified by:
getUniqueIdin interfaceTree
-
-