| Modifier and Type | Method and Description |
|---|---|
Batch |
RepositoryService.createBatch(SessionInfo sessionInfo,
ItemId itemId)
Indicates the start of a set of operations that cause modifications
on the underlying persistence layer.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
RepositoryService.submit(Batch batch)
Completes the given
Batch or discard all the previous modifications. |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.