public interface ChangeLog extends Batch
ChangeLog
is a specialized Batch
which
keeps a list of Operation
s. The apply(Batch)
method
applies these operations to another batch.Modifier and Type | Method and Description |
---|---|
Batch |
apply(Batch batch)
Applies the
Operation s contained in this change log to
the passed batch . |
addNode, addProperty, addProperty, move, remove, reorderNodes, setMixins, setPrimaryType, setTree, setValue, setValue
Batch apply(Batch batch) throws RepositoryException
Operation
s contained in this change log to
the passed batch
.batch
- batch
passed in as argument with the
operations from this change log applied.RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.