Interface RevisionEvent

  • All Superinterfaces:
    javax.jcr.observation.Event

    public interface RevisionEvent
    extends javax.jcr.observation.Event
    A JCR Event with the revision id of the corresponding ClusterRecord exposed by the getRevision() method.
    • Field Summary

      • Fields inherited from interface javax.jcr.observation.Event

        NODE_ADDED, NODE_MOVED, NODE_REMOVED, PERSIST, PROPERTY_ADDED, PROPERTY_CHANGED, PROPERTY_REMOVED
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getRevision()
      The revision id of the cluster record corresponding to this Event.
      • Methods inherited from interface javax.jcr.observation.Event

        getDate, getIdentifier, getInfo, getPath, getType, getUserData, getUserID
    • Method Detail

      • getRevision

        long getRevision()
        The revision id of the cluster record corresponding to this Event.
        Returns:
        revision