public interface Tree
Modifier and Type | Method and Description |
---|---|
Tree |
addChild(Name childName,
Name primaryTypeName,
String uniqueId) |
void |
addProperty(NodeId parentId,
Name propertyName,
int propertyType,
QValue value) |
void |
addProperty(NodeId parentId,
Name propertyName,
int propertyType,
QValue[] values) |
Name |
getName() |
Name |
getPrimaryTypeName() |
String |
getUniqueId() |
Name getName()
Name getPrimaryTypeName()
String getUniqueId()
void addProperty(NodeId parentId, Name propertyName, int propertyType, QValue value) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
void addProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.