public static class Operations.Move extends java.lang.Object implements Operation
Operation which calls
Batch.move(NodeId, NodeId, Name) when applied to a Batch.| Modifier and Type | Field and Description |
|---|---|
protected Name |
destName |
protected NodeId |
destParentNodeId |
protected NodeId |
srcNodeId |
| Constructor and Description |
|---|
Operations.Move(NodeId srcNodeId,
NodeId destParentNodeId,
Name destName)
Create a new move
Operation for the given arguments. |
protected final NodeId srcNodeId
protected final NodeId destParentNodeId
protected final Name destName
public Operations.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
Batchpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic boolean equals(Operations.Move other)
public int hashCode()
hashCode in class java.lang.Object