| Package | Description | 
|---|---|
| org.apache.jackrabbit.spi.commons.batch | 
| Class and Description | 
|---|
| AbstractChangeLog This base class for  ChangeLogimplementations maintains a list of operations
 of type typeT. | 
| ChangeLog | 
| ConsolidatingChangeLog.CancelableOperation This class represent an  Operationwhich can be cancelled by another operation
 or which cancels another operation. | 
| Operation An  Operationrepresents a method call on aBatch. | 
| Operations.AddNode Representative of an add-node  Operationwhich callsBatch.addNode(NodeId, Name, Name, String)when applied to aBatch. | 
| Operations.AddProperty Representative of an add-property  Operationwhich callsBatch.addProperty(NodeId, Name, QValue)orBatch.addProperty(NodeId, Name, QValue[])depending on whether the property is multi valued or not when applied to aBatch. | 
| Operations.Empty | 
| Operations.Move Representative of a move  Operationwhich callsBatch.move(NodeId, NodeId, Name)when applied to aBatch. | 
| Operations.Remove | 
| Operations.ReorderNodes Representative of a reorder-nodes  Operationwhich callsBatch.reorderNodes(NodeId, NodeId, NodeId)when applied to aBatch. | 
| Operations.SetMixins Representative of a set-mixin  Operationwhich callsBatch.setMixins(NodeId, Name[])when applied to aBatch. | 
| Operations.SetPrimaryType Representative of a set-mixin  Operationwhich callsBatch.setMixins(NodeId, Name[])when applied to aBatch. | 
| Operations.SetTree | 
| Operations.SetValue Representative of a set-value  Operationwhich callsBatch.setValue(PropertyId, QValue)orBatch.setValue(PropertyId, QValue[])depending on whether the property is multi valued or not when applied to aBatch. | 
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.