Class ConsolidatingChangeLog.CancelableOperations.Move
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.batch.Operations.Move
- 
- org.apache.jackrabbit.spi.commons.batch.ConsolidatingChangeLog.CancelableOperations.Move
 
 
- 
- All Implemented Interfaces:
- ConsolidatingChangeLog.CancelableOperation,- Operation
 - Enclosing class:
- ConsolidatingChangeLog.CancelableOperations
 
 public static class ConsolidatingChangeLog.CancelableOperations.Move extends Operations.Move implements ConsolidatingChangeLog.CancelableOperation AnMoveoperation never cancels another operation and is never cancelled by any other operation.
- 
- 
Field Summary- 
Fields inherited from class org.apache.jackrabbit.spi.commons.batch.Operations.MovedestName, destParentNodeId, srcNodeId
 - 
Fields inherited from interface org.apache.jackrabbit.spi.commons.batch.ConsolidatingChangeLog.CancelableOperationCANCEL_BOTH, CANCEL_NONE, CANCEL_OTHER, CANCEL_THIS
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcancel(ConsolidatingChangeLog.CancelableOperation other)Determines the cancellation behavior of theotheroperation on this operation.- 
Methods inherited from class org.apache.jackrabbit.spi.commons.batch.Operations.Moveapply, equals, equals, hashCode, toString
 
- 
 
- 
- 
- 
Method Detail- 
cancelpublic int cancel(ConsolidatingChangeLog.CancelableOperation other) Description copied from interface:ConsolidatingChangeLog.CancelableOperationDetermines the cancellation behavior of theotheroperation on this operation.- Specified by:
- cancelin interface- ConsolidatingChangeLog.CancelableOperation
- Returns:
- CANCEL_NONE
 
 
- 
 
-