public interface ChangeLog
extends org.apache.jackrabbit.spi.Batch
ChangeLog is a specialized Batch which
keeps a list of Operations. The apply(Batch) method
applies these operations to another batch.| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.Batch |
apply(org.apache.jackrabbit.spi.Batch batch)
Applies the
Operations contained in this change log to
the passed batch. |
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.RepositoryExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.