org.apache.jackrabbit.jcr2spi.operation
Class SetMixin
java.lang.Object
org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
org.apache.jackrabbit.jcr2spi.operation.SetMixin
- All Implemented Interfaces:
- Operation
public class SetMixin
- extends AbstractOperation
SetMixin
...
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 javax.jcr.AccessDeniedException,
javax.jcr.nodetype.NoSuchNodeTypeException,
javax.jcr.UnsupportedRepositoryOperationException,
javax.jcr.version.VersionException,
javax.jcr.RepositoryException
- Description copied from interface:
Operation
- Calls the appropriate
visit
method on visitor
based on the type of this operation.
- Parameters:
visitor
-
- Throws:
javax.jcr.AccessDeniedException
javax.jcr.nodetype.NoSuchNodeTypeException
javax.jcr.UnsupportedRepositoryOperationException
javax.jcr.version.VersionException
javax.jcr.RepositoryException
- See Also:
Operation.accept(OperationVisitor)
persisted
public void persisted()
throws javax.jcr.RepositoryException
- Description copied from interface:
Operation
- Informs this Operation that it has been successfully executed.
- Throws:
javax.jcr.RepositoryException
- See Also:
Operation.persisted()
undo
public void undo()
throws javax.jcr.RepositoryException
- Description copied from interface:
Operation
- Revert changes made by this operation.
- Specified by:
undo
in interface Operation
- Overrides:
undo
in class AbstractOperation
- Throws:
javax.jcr.RepositoryException
- See Also:
Operation.undo()
getNodeState
public NodeState getNodeState()
getNodeId
public NodeId getNodeId()
getMixinNames
public Name[] getMixinNames()
create
public static Operation create(NodeState nodeState,
Name[] mixinNames)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.