public static class ConsolidatingChangeLog.CancelableOperations.SetPrimaryType extends Operations.SetPrimaryType implements ConsolidatingChangeLog.CancelableOperation
nodeId, primaryTypeNameCANCEL_BOTH, CANCEL_NONE, CANCEL_OTHER, CANCEL_THIS| Constructor and Description |
|---|
SetPrimaryType(NodeId nodeId,
Name primaryTypeName) |
| 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) throws RepositoryException
ConsolidatingChangeLog.CancelableOperationother operation
on this operation.cancel in interface ConsolidatingChangeLog.CancelableOperationCANCEL_THIS if
other is an instance of
Remove and has an node higher up
the hierarchy or this node as target. Or if other is an instance of
SetMixins which has this node
as target and has the same mixinNodeTypeNames.CANCEL_NONE otherwise.RepositoryExceptionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.