Interface ChangeLog
- All Superinterfaces:
Batch
- All Known Implementing Classes:
AbstractChangeLog,ChangeLogImpl,ConsolidatingChangeLog
A
ChangeLog is a specialized Batch which
keeps a list of Operations. The apply(Batch) method
applies these operations to another batch.-
Method Summary
Methods inherited from interface org.apache.jackrabbit.spi.Batch
addNode, addProperty, addProperty, move, remove, reorderNodes, setMixins, setPrimaryType, setTree, setValue, setValue
-
Method Details
-
apply
Applies theOperations contained in this change log to the passedbatch.- Parameters:
batch-- Returns:
- The
batchpassed in as argument with the operations from this change log applied. - Throws:
RepositoryException
-