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.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-2018 The Apache Software Foundation. All Rights Reserved.