public static class ConsolidatingChangeLog.CancelableOperations.Move extends Operations.Move implements ConsolidatingChangeLog.CancelableOperation
Move operation never cancels another operation and is never
cancelled by any other operation.destName, destParentNodeId, srcNodeIdCANCEL_BOTH, CANCEL_NONE, CANCEL_OTHER, CANCEL_THIS| Constructor and Description |
|---|
Move(NodeId srcNodeId,
NodeId destParentNodeId,
Name destName) |
| Modifier and Type | Method and Description |
|---|---|
int |
cancel(ConsolidatingChangeLog.CancelableOperation other)
Determines the cancellation behavior of the
other operation
on this operation. |
apply, equals, equals, hashCode, toStringpublic int cancel(ConsolidatingChangeLog.CancelableOperation other)
ConsolidatingChangeLog.CancelableOperationother operation
on this operation.cancel in interface ConsolidatingChangeLog.CancelableOperationCANCEL_NONECopyright © 2004–2022 The Apache Software Foundation. All rights reserved.