Package org.apache.jackrabbit.spi
Interface Tree
- All Known Implementing Classes:
AbstractTree
public interface Tree
Interface for building a hierarchy of JCR items on
the SPI layer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(NodeId parentId, Name propertyName, int propertyType, QValue value) voidaddProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values) getName()
-
Method Details
-
getName
Name getName() -
getPrimaryTypeName
Name getPrimaryTypeName() -
getUniqueId
String getUniqueId() -
addProperty
void addProperty(NodeId parentId, Name propertyName, int propertyType, QValue value) throws RepositoryException - Throws:
RepositoryException
-
addProperty
void addProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values) throws RepositoryException - Throws:
RepositoryException
-
addChild
-