Package org.hippoecm.repository.api
Interface RevisionEvent
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionlong
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 Details
-
getRevision
long getRevision()The revision id of the cluster record corresponding to this Event.- Returns:
- revision
-