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