| Modifier and Type | Method and Description |
|---|---|
Tree |
Tree.addChild(Name childName,
Name primaryTypeName,
String uniqueId) |
Tree |
RepositoryService.createTree(SessionInfo sessionInfo,
Batch batch,
Name nodeName,
Name primaryTypeName,
String uniqueId)
Creates a new
Tree that can be populated and later on be applied
to the specified Batch by calling #setTree. |
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.setTree(NodeId parentId,
Tree contentTree)
Add a new content tree to the persistent layer.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.