Interface RevisionEventJournal

  • All Superinterfaces:
    javax.jcr.observation.EventIterator, javax.jcr.observation.EventJournal, Iterator, javax.jcr.RangeIterator

    public interface RevisionEventJournal
    extends javax.jcr.observation.EventJournal
    An extension of EventJournal which also allows skipping based on Event revision.
    • Method Detail

      • skipToRevision

        void skipToRevision​(long revision)
        Skip all Events with revision less than or equal to revision.
        Parameters:
        revision - the revision after which this iterator should be positioned
      • nextEvent

        RevisionEvent nextEvent()
        Specified by:
        nextEvent in interface javax.jcr.observation.EventIterator