org.apache.jackrabbit.jcr2spi.operation
Class Remove
java.lang.Object
org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
org.apache.jackrabbit.jcr2spi.operation.Remove
- All Implemented Interfaces:
- Operation
- Direct Known Subclasses:
- RemoveActivity, RemoveVersion
public class Remove
- extends AbstractOperation
Remove...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
removeState
protected ItemState removeState
parent
protected NodeState parent
Remove
protected Remove(ItemState removeState,
NodeState parent)
throws RepositoryException
- Throws:
RepositoryException
accept
public void accept(OperationVisitor visitor)
throws 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 - the visitor to call back.
- Throws:
AccessDeniedException
UnsupportedRepositoryOperationException
VersionException
RepositoryException- See Also:
Operation.accept(OperationVisitor)
persisted
public void persisted()
throws RepositoryException
- Description copied from interface:
Operation
- Informs this Operation that it has been successfully executed.
- 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()
getRemoveId
public ItemId getRemoveId()
throws RepositoryException
- Throws:
RepositoryException
getRemoveState
public ItemState getRemoveState()
getParentState
public NodeState getParentState()
create
public static Operation create(ItemState state)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.