Package org.hippoecm.repository.api
Interface RevisionEvent
-
- All Superinterfaces:
javax.jcr.observation.Event
public interface RevisionEvent extends javax.jcr.observation.Event
A JCREvent
with the revision id of the corresponding ClusterRecord exposed by thegetRevision()
method.
-
-
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.
-