public static class Operations.AddNode extends Object implements Operation
Operation which calls
Batch.addNode(NodeId, Name, Name, String) when applied to a Batch.| Constructor and Description |
|---|
AddNode(NodeId parentId,
Name nodeName,
Name nodetypeName,
String uuid)
Create a new add-node
Operation for the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Batch batch)
Apply this operation to the given
Batch |
boolean |
equals(Object other) |
boolean |
equals(Operations.AddNode other) |
int |
hashCode() |
String |
toString() |
public void apply(Batch batch) throws RepositoryException
Batchapply in interface OperationRepositoryExceptionpublic boolean equals(Operations.AddNode other)
Copyright © 2010 - 2020 Adobe. All Rights Reserved