public static class Operations.Move extends Object implements Operation
Operation which calls
Batch.move(NodeId, NodeId, Name) when applied to a Batch.| Constructor and Description |
|---|
Move(NodeId srcNodeId,
NodeId destParentNodeId,
Name destName)
Create a new move
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.Move other) |
int |
hashCode() |
String |
toString() |
public Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Operation for the given arguments.srcNodeId - destParentNodeId - destName - Batch.move(NodeId, NodeId, Name)public void apply(Batch batch) throws RepositoryException
Batchapply in interface OperationRepositoryExceptionpublic boolean equals(Operations.Move other)
Copyright © 2010 - 2020 Adobe. All Rights Reserved