org.apache.jackrabbit.jcr2spi.operation
Class TransientOperation

java.lang.Object
  extended by org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
      extended by org.apache.jackrabbit.jcr2spi.operation.TransientOperation
All Implemented Interfaces:
Operation
Direct Known Subclasses:
AddNode, AddProperty, Move, Remove, ReorderNodes, SetMixin, SetPrimaryType, SetPropertyValue

public abstract class TransientOperation
extends AbstractOperation

TransientOperation...


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
 int getOptions()
          Return the set of options that should be used to validate the transient modification.
 
Methods inherited from class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jackrabbit.jcr2spi.operation.Operation
accept, persisted
 

Method Detail

getOptions

public int getOptions()
Return the set of options that should be used to validate the transient modification. Valid options are a combination of any of the following options:

Returns:
The set of options used to validate the transient modification.
See Also:
ItemStateValidator


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