|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChangeLog
A ChangeLog is a specialized Batch which
keeps a list of Operations. The apply(Batch) method
applies these operations to another batch.
| Method Summary | |
|---|---|
org.apache.jackrabbit.spi.Batch |
apply(org.apache.jackrabbit.spi.Batch batch)
Applies the Operations contained in this change log to
the passed batch. |
| Methods inherited from interface org.apache.jackrabbit.spi.Batch |
|---|
addNode, addProperty, addProperty, move, remove, reorderNodes, setMixins, setPrimaryType, setValue, setValue |
| Method Detail |
|---|
org.apache.jackrabbit.spi.Batch apply(org.apache.jackrabbit.spi.Batch batch)
throws RepositoryException
Operations contained in this change log to
the passed batch.
batch -
batch passed in as argument with the
operations from this change log applied.
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||