org.apache.jackrabbit.jcr2spi.operation
Class SetPrimaryType

java.lang.Object
  extended by org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
      extended by org.apache.jackrabbit.jcr2spi.operation.SetPrimaryType
All Implemented Interfaces:
Operation

public class SetPrimaryType
extends AbstractOperation

SetPrimaryNodeType...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
status
 
Fields inherited from interface org.apache.jackrabbit.jcr2spi.operation.Operation
STATUS_PENDING, STATUS_PERSISTED, STATUS_UNDO
 
Method Summary
 void accept(OperationVisitor visitor)
          Calls the appropriate visit method on visitor based on the type of this operation.
static Operation create(NodeState nodeState, Name primaryTypeName)
           
 NodeId getNodeId()
           
 NodeState getNodeState()
           
 Name getPrimaryTypeName()
           
 void persisted()
          Informs this Operation that it has been successfully executed.
 void undo()
          Revert changes made by this operation.
 
Methods inherited from class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public void accept(OperationVisitor visitor)
            throws AccessDeniedException,
                   NoSuchNodeTypeException,
                   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:
AccessDeniedException
NoSuchNodeTypeException
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()

getNodeState

public NodeState getNodeState()

getNodeId

public NodeId getNodeId()

getPrimaryTypeName

public Name getPrimaryTypeName()

create

public static Operation create(NodeState nodeState,
                               Name primaryTypeName)
                        throws RepositoryException
Throws:
RepositoryException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.