public class RemoveActivity extends AbstractRemove
RemoveActivity
...parent, removeState
status
STATUS_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, undo
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus
public void accept(OperationVisitor visitor) throws AccessDeniedException, UnsupportedRepositoryOperationException, VersionException, RepositoryException
Operation
visit
method on visitor
based on the type of this operation.visitor
- the visitor to call back.AccessDeniedException
UnsupportedRepositoryOperationException
VersionException
RepositoryException
Operation.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
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.