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 RepositoryException
RepositoryException
void addProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values) throws RepositoryException
RepositoryException
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.