public class RemoveVersion extends AbstractRemove
RemoveVersion...parent, removeStatestatusSTATUS_PENDING, STATUS_PERSISTED, STATUS_UNDO| Modifier and Type | Method and Description |
|---|---|
void |
accept(OperationVisitor visitor)
Calls the appropriate
visit method on visitor
based on the type of this operation. |
static Operation |
create(NodeState versionState,
NodeState vhState,
VersionManager mgr) |
void |
persisted()
Invalidates the
NodeState that has been updated and all
its descendants. |
getParentState, getRemoveId, undoaddAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatuspublic void accept(OperationVisitor visitor) throws javax.jcr.AccessDeniedException, javax.jcr.UnsupportedRepositoryOperationException, javax.jcr.version.VersionException, javax.jcr.RepositoryException
Operationvisit method on visitor
based on the type of this operation.visitor - the visitor to call back.javax.jcr.AccessDeniedExceptionjavax.jcr.UnsupportedRepositoryOperationExceptionjavax.jcr.version.VersionExceptionjavax.jcr.RepositoryExceptionOperation.accept(OperationVisitor)public void persisted()
NodeState that has been updated and all
its descendants. Second, the parent state gets invalidated.Operation.persisted()public static Operation create(NodeState versionState, NodeState vhState, VersionManager mgr) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.