Class VersionHistoryInfo
- java.lang.Object
-
- org.apache.jackrabbit.core.version.VersionHistoryInfo
-
-
Constructor Summary
Constructors Constructor Description VersionHistoryInfo(NodeId versionHistoryId, NodeId rootVersionId)
Creates an object that carries the given version history information.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeId
getRootVersionId()
Returns the identifier of the root version node.NodeId
getVersionHistoryId()
Returns the identifier of the version history node.
-