org.apache.jackrabbit.jcr2spi.operation
Class ReorderNodes
java.lang.Object
org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
org.apache.jackrabbit.jcr2spi.operation.TransientOperation
org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
- All Implemented Interfaces:
- Operation
public class ReorderNodes
- extends TransientOperation
ReorderNodes...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accept
public void accept(OperationVisitor visitor)
throws ConstraintViolationException,
AccessDeniedException,
UnsupportedRepositoryOperationException,
VersionException,
RepositoryException
- Description copied from interface:
Operation
- Calls the appropriate
visit method on visitor
based on the type of this operation.
- Parameters:
visitor -
- Throws:
ConstraintViolationException
AccessDeniedException
UnsupportedRepositoryOperationException
VersionException
RepositoryException
persisted
public void persisted()
throws RepositoryException
- Throws UnsupportedOperationException
- Throws:
RepositoryException- See Also:
Operation.persisted()
undo
public void undo()
throws RepositoryException
- Description copied from interface:
Operation
- Revert changes made by this operation.
- Specified by:
undo in interface Operation- Overrides:
undo in class AbstractOperation
- Throws:
RepositoryException- See Also:
Operation.undo()
getParentId
public org.apache.jackrabbit.spi.NodeId getParentId()
getInsertId
public org.apache.jackrabbit.spi.NodeId getInsertId()
getBeforeId
public org.apache.jackrabbit.spi.NodeId getBeforeId()
getParentState
public NodeState getParentState()
getInsertNode
public NodeState getInsertNode()
getBeforeNode
public NodeState getBeforeNode()
create
public static Operation create(NodeState parentState,
org.apache.jackrabbit.spi.Path srcPath,
org.apache.jackrabbit.spi.Path beforePath)
throws ItemNotFoundException,
RepositoryException
- Throws:
ItemNotFoundException
RepositoryException
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.