Uses of Package
org.apache.jackrabbit.spi.commons.batch

Packages that use org.apache.jackrabbit.spi.commons.batch
org.apache.jackrabbit.spi.commons.batch   
 

Classes in org.apache.jackrabbit.spi.commons.batch used by org.apache.jackrabbit.spi.commons.batch
ChangeLog
          A ChangeLog is a specialized Batch which keeps a list of Operations.
ChangeLogImpl
          This ChangeLog implementation simply keeps back all calls to its Batch methods as a list of ChangeLogImpl.operations (with item of type Operation).
ConsolidatingChangeLog.CancelableOperation
          This class represent an Operation which can be cancelled by another operation or which cancels another operation.
Operation
          An Operation represents a method call on a Batch.
Operations.AddNode
          Representative of an add-node Operation which calls Batch.addNode(NodeId, Name, Name, String) when applied to a Batch.
Operations.AddProperty
          Representative of an add-property Operation which calls Batch.addProperty(NodeId, Name, QValue) or Batch.addProperty(NodeId, Name, QValue[]) depending on whether the property is multi valued or not when applied to a Batch.
Operations.Empty
          Representative of the empty Operation which does nothing when applied to a Batch.
Operations.Move
          Representative of a move Operation which calls Batch.move(NodeId, NodeId, Name) when applied to a Batch.
Operations.Remove
          Representative of a remove Operation which calls Batch.remove(ItemId) when applied to a Batch.
Operations.ReorderNodes
          Representative of a reorder-nodes Operation which calls Batch.reorderNodes(NodeId, NodeId, NodeId) when applied to a Batch.
Operations.SetMixins
          Representative of a set-mixin Operation which calls Batch.setMixins(NodeId, Name[]) when applied to a Batch.
Operations.SetValue
          Representative of a set-value Operation which calls Batch.setValue(PropertyId, QValue) or Batch.setValue(PropertyId, QValue[]) depending on whether the property is multi valued or not when applied to a Batch.
 



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