org.apache.jackrabbit.jcr2spi.operation
Class AddProperty

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

public class AddProperty
extends AbstractOperation

AddProperty...


Method Summary
 void accept(OperationVisitor visitor)
          Calls the appropriate visit method on visitor based on the type of this operation.
static Operation create(NodeState parentState, Name propName, int propertyType, QPropertyDefinition def, QValue[] values)
           
 QPropertyDefinition getDefinition()
           
 NodeId getParentId()
           
 NodeState getParentState()
           
 Name getPropertyName()
           
 int getPropertyType()
           
 QValue[] getValues()
           
 boolean isMultiValued()
           
 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 ValueFormatException,
                   LockException,
                   ConstraintViolationException,
                   AccessDeniedException,
                   ItemExistsException,
                   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:
ValueFormatException
LockException
ConstraintViolationException
AccessDeniedException
ItemExistsException
UnsupportedRepositoryOperationException
VersionException
RepositoryException

persisted

public void persisted()
Throws UnsupportedOperationException

See Also:
Operation.persisted()

getParentId

public NodeId getParentId()

getParentState

public NodeState getParentState()

getPropertyName

public Name getPropertyName()

getPropertyType

public int getPropertyType()

getValues

public QValue[] getValues()

isMultiValued

public boolean isMultiValued()

getDefinition

public QPropertyDefinition getDefinition()

create

public static Operation create(NodeState parentState,
                               Name propName,
                               int propertyType,
                               QPropertyDefinition def,
                               QValue[] values)
Parameters:
parentState -
propName -
propertyType -
def -
values -
Returns:


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