public static class ConsolidatingChangeLog.CancelableOperations.SetTree extends Operations.SetTree implements ConsolidatingChangeLog.CancelableOperation
parentId, tree
CANCEL_BOTH, CANCEL_NONE, CANCEL_OTHER, CANCEL_THIS
Constructor and Description |
---|
SetTree(NodeId parentId,
Tree contentTree) |
Modifier and Type | Method and Description |
---|---|
int |
cancel(ConsolidatingChangeLog.CancelableOperation other)
The cancellation only considers canceling the parent node, which corresponds
to the policy node.
|
apply, equals, equals, hashCode, toString
public int cancel(ConsolidatingChangeLog.CancelableOperation other) throws RepositoryException
cancel
in interface ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperation.CANCEL_THIS
, ConsolidatingChangeLog.CancelableOperation.CANCEL_OTHER
, ConsolidatingChangeLog.CancelableOperation.CANCEL_OTHER
or ConsolidatingChangeLog.CancelableOperation.CANCEL_NONE
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.