Uses of Interface
org.apache.jackrabbit.spi.Batch
- 
Packages that use Batch Package Description org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.batch org.apache.jackrabbit.spi.commons.logging org.apache.jackrabbit.spi2dav org.apache.jackrabbit.spi2davex org.apache.jackrabbit.spi2jcr  - 
- 
Uses of Batch in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return Batch Modifier and Type Method Description BatchRepositoryService. createBatch(SessionInfo sessionInfo, ItemId itemId)Indicates the start of a set of operations that cause modifications on the underlying persistence layer.Methods in org.apache.jackrabbit.spi with parameters of type Batch Modifier and Type Method Description TreeRepositoryService. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)Creates a newTreethat can be populated and later on be applied to the specifiedBatchby calling#setTree.voidRepositoryService. submit(Batch batch)Completes the givenBatchor discard all the previous modifications. - 
Uses of Batch in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement Batch Modifier and Type Class Description classSerializableBatchSerializableBatchimplements a serializable SPI Batch, which simply records all calls and replays them when asked for.Methods in org.apache.jackrabbit.spi.commons that return Batch Modifier and Type Method Description BatchAbstractRepositoryService. createBatch(SessionInfo sessionInfo, ItemId itemId)Methods in org.apache.jackrabbit.spi.commons with parameters of type Batch Modifier and Type Method Description TreeAbstractRepositoryService. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)voidSerializableBatch.Operation. replay(Batch batch)Replays this operation on the givenbatch.voidSerializableBatch. replay(Batch batch)Replays this batch on the givenbatch.voidAbstractRepositoryService. submit(Batch batch) - 
Uses of Batch in org.apache.jackrabbit.spi.commons.batch
Subinterfaces of Batch in org.apache.jackrabbit.spi.commons.batch Modifier and Type Interface Description interfaceChangeLogClasses in org.apache.jackrabbit.spi.commons.batch that implement Batch Modifier and Type Class Description classAbstractChangeLog<T extends Operation>This base class forChangeLogimplementations maintains a list of operations of type typeT.classChangeLogImplThisChangeLogimplementation simply keeps back all calls to itsBatchmethods as a list ofAbstractChangeLog.operations(with item of typeOperation).classConsolidatingChangeLogMethods in org.apache.jackrabbit.spi.commons.batch that return Batch Modifier and Type Method Description BatchAbstractChangeLog. apply(Batch batch)This implementation applies each of the operation maintained by this change log to the passedbatch.BatchChangeLog. apply(Batch batch)Applies theOperations contained in this change log to the passedbatch.Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type Batch Modifier and Type Method Description BatchAbstractChangeLog. apply(Batch batch)This implementation applies each of the operation maintained by this change log to the passedbatch.BatchChangeLog. apply(Batch batch)Applies theOperations contained in this change log to the passedbatch.voidOperation. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.AddNode. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.AddProperty. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.Empty. apply(Batch batch)This method has no effect.voidOperations.Move. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.Remove. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.ReorderNodes. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.SetMixins. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.SetPrimaryType. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.SetTree. apply(Batch batch)Apply this operation to the givenBatchvoidOperations.SetValue. apply(Batch batch)Apply this operation to the givenBatch - 
Uses of Batch in org.apache.jackrabbit.spi.commons.logging
Classes in org.apache.jackrabbit.spi.commons.logging that implement Batch Modifier and Type Class Description classBatchLoggerLog wrapper for aBatch.Methods in org.apache.jackrabbit.spi.commons.logging that return Batch Modifier and Type Method Description static BatchSpiLoggerFactory. create(Batch batch, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenbatchwhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance forbatch.BatchRepositoryServiceLogger. createBatch(SessionInfo sessionInfo, ItemId itemId)BatchBatchLogger. getBatch()Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type Batch Modifier and Type Method Description static BatchSpiLoggerFactory. create(Batch batch, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenbatchwhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance forbatch.TreeRepositoryServiceLogger. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)LogWriterLogWriterProvider. getLogWriter(Batch batch)LogWriterSlf4jLogWriterProvider. getLogWriter(Batch batch)Returns aSlf4jLogWriterif the logger forbatch.getClass()has debug level enabled.LogWriterWriterLogWriterProvider. getLogWriter(Batch batch)Returns aWriterLogWriterif the logger forbatch.getClass()has debug level enabled.voidRepositoryServiceLogger. submit(Batch batch)Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type Batch Constructor Description BatchLogger(Batch batch, LogWriter writer)Create a new instance for the givenbatchwhich useswriterfor persisting log messages. - 
Uses of Batch in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return Batch Modifier and Type Method Description BatchRepositoryServiceImpl. createBatch(SessionInfo sessionInfo, ItemId itemId)Methods in org.apache.jackrabbit.spi2dav with parameters of type Batch Modifier and Type Method Description TreeRepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)voidRepositoryServiceImpl. submit(Batch batch) - 
Uses of Batch in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex that return Batch Modifier and Type Method Description BatchRepositoryServiceImpl. createBatch(SessionInfo sessionInfo, ItemId itemId)Methods in org.apache.jackrabbit.spi2davex with parameters of type Batch Modifier and Type Method Description TreeRepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)voidRepositoryServiceImpl. submit(Batch batch) - 
Uses of Batch in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return Batch Modifier and Type Method Description BatchRepositoryServiceImpl. createBatch(SessionInfo sessionInfo, ItemId itemId)Indicates the start of a set of operations that cause modifications on the underlying persistence layer.Methods in org.apache.jackrabbit.spi2jcr with parameters of type Batch Modifier and Type Method Description TreeRepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)voidRepositoryServiceImpl. submit(Batch batch)Completes the givenBatchor discard all the previous modifications. 
 -