Uses of Interface
org.apache.jackrabbit.spi.commons.batch.ChangeLog
- 
Packages that use ChangeLog Package Description org.apache.jackrabbit.spi.commons.batch  - 
- 
Uses of ChangeLog in org.apache.jackrabbit.spi.commons.batch
Classes in org.apache.jackrabbit.spi.commons.batch that implement ChangeLog 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).classConsolidatingChangeLog 
 -