public class Remove extends TransientOperation
Remove
...Modifier and Type | Field and Description |
---|---|
protected NodeState |
parent |
protected ItemState |
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(ItemState state) |
static Operation |
create(ItemState state,
int options) |
NodeState |
getParentState() |
ItemId |
getRemoveId() |
ItemState |
getRemoveState() |
void |
persisted()
Informs this Operation that it has been successfully executed.
|
void |
undo()
Revert changes made by this operation.
|
getOptions
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(OperationVisitor)
public void persisted() throws RepositoryException
Operation
RepositoryException
Operation.persisted()
public void undo() throws RepositoryException
Operation
undo
in interface Operation
undo
in class AbstractOperation
RepositoryException
Operation.undo()
public ItemId getRemoveId() throws RepositoryException
RepositoryException
public ItemState getRemoveState()
public NodeState getParentState()
public static Operation create(ItemState state) throws RepositoryException
RepositoryException
public static Operation create(ItemState state, int options) throws RepositoryException
RepositoryException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.