Class Operations.Move
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.batch.Operations.Move
 
- 
- All Implemented Interfaces:
- Operation
 - Direct Known Subclasses:
- ConsolidatingChangeLog.CancelableOperations.Move
 - Enclosing class:
- Operations
 
 public static class Operations.Move extends Object implements Operation Representative of a moveOperationwhich callsBatch.move(NodeId, NodeId, Name)when applied to aBatch.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Batch batch)Apply this operation to the givenBatchbooleanequals(Object other)booleanequals(Operations.Move other)inthashCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
Movepublic Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName) Create a new moveOperationfor the given arguments.- Parameters:
- srcNodeId-
- destParentNodeId-
- destName-
- See Also:
- Batch.move(NodeId, NodeId, Name)
 
 
- 
 - 
Method Detail- 
applypublic void apply(Batch batch) throws RepositoryException Apply this operation to the givenBatch- Specified by:
- applyin interface- Operation
- Throws:
- RepositoryException
 
 - 
equalspublic boolean equals(Operations.Move other) 
 
- 
 
-