Uses of Class
org.apache.jackrabbit.core.version.VersionHistoryInfo
-
Packages that use VersionHistoryInfo Package Description org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. -
-
Uses of VersionHistoryInfo in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that return VersionHistoryInfo Modifier and Type Method Description protected VersionHistoryInfoInternalVersionManagerImpl. createVersionHistory(Session session, NodeState node, NodeId copiedFrom)Creates a new version history.protected VersionHistoryInfoInternalXAVersionManager. createVersionHistory(Session session, NodeState node, NodeId copiedFrom)Creates a new version history.VersionHistoryInfoInternalVersionManager. getVersionHistory(Session session, NodeState vNode, NodeId copiedFrom)Returns information about the version history of the specified node.
-