org.apache.jackrabbit.jcr2spi.operation
Class SetMixin

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

public class SetMixin
extends AbstractOperation

SetMixin...


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[] mixinNames)
           
 Name[] getMixinNames()
           
 NodeId getNodeId()
           
 NodeState getNodeState()
           
 void persisted()
          Throws UnsupportedOperationException
 
Methods inherited from class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
addAffectedItemState, getAffectedItemStates, getName, getNodeState
 
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 UnsupportedOperationException

See Also:
Operation.persisted()

getNodeState

public NodeState getNodeState()

getNodeId

public NodeId getNodeId()

getMixinNames

public Name[] getMixinNames()

create

public static Operation create(NodeState nodeState,
                               Name[] mixinNames)


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