public class ReorderNodes extends TransientOperation
ReorderNodes...statusSTATUS_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 parentState,
Path srcPath,
Path beforePath) |
NodeId |
getBeforeId() |
NodeState |
getBeforeNode() |
NodeId |
getInsertId() |
NodeState |
getInsertNode() |
NodeId |
getParentId() |
NodeState |
getParentState() |
void |
persisted()
Throws UnsupportedOperationException
|
void |
undo()
Revert changes made by this operation.
|
getOptionsaddAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatuspublic void accept(OperationVisitor visitor) throws javax.jcr.nodetype.ConstraintViolationException, 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 - javax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.AccessDeniedExceptionjavax.jcr.UnsupportedRepositoryOperationExceptionjavax.jcr.version.VersionExceptionjavax.jcr.RepositoryExceptionpublic void persisted()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionOperation.persisted()public void undo()
throws javax.jcr.RepositoryException
Operationundo in interface Operationundo in class AbstractOperationjavax.jcr.RepositoryExceptionOperation.undo()public NodeId getParentId()
public NodeId getInsertId()
public NodeId getBeforeId()
public NodeState getParentState()
public NodeState getInsertNode()
public NodeState getBeforeNode()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.