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 |
---|
ConsolidatingChangeLog.CancelableOperations.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 javax.jcr.RepositoryException
cancel
in interface ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperation.CANCEL_THIS
, ConsolidatingChangeLog.CancelableOperation.CANCEL_OTHER
, ConsolidatingChangeLog.CancelableOperation.CANCEL_OTHER
or ConsolidatingChangeLog.CancelableOperation.CANCEL_NONE
javax.jcr.RepositoryException
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.