public class RemoveActivity extends AbstractRemove
RemoveActivity...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 activityState,
HierarchyManager hierarchyMgr) |
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 AccessDeniedException, UnsupportedRepositoryOperationException, VersionException, RepositoryException
Operationvisit method on visitor
based on the type of this operation.visitor - the visitor to call back.AccessDeniedExceptionUnsupportedRepositoryOperationExceptionVersionExceptionRepositoryExceptionOperation.accept(org.apache.jackrabbit.jcr2spi.operation.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 activityState, HierarchyManager hierarchyMgr) throws RepositoryException
RepositoryExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.