public interface RevisionEventJournal
extends javax.jcr.observation.EventJournal
EventJournal
which also allows skipping
based on Event revision.Modifier and Type | Method and Description |
---|---|
RevisionEvent |
nextEvent() |
void |
skipToRevision(long revision)
Skip all Events with revision less than or equal to
revision . |
forEachRemaining, hasNext, next, remove
void skipToRevision(long revision)
revision
.revision
- the revision after which this iterator should be positionedRevisionEvent nextEvent()
nextEvent
in interface javax.jcr.observation.EventIterator
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.