Uses of Interface
org.apache.jackrabbit.core.version.InternalVersionHistory

Packages that use InternalVersionHistory
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of InternalVersionHistory in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version that return InternalVersionHistory
protected  InternalVersionHistory VersionHistoryImpl.getInternalVersionHistory()
          Returns the internal version history. Subclass responsibility.
protected abstract  InternalVersionHistory AbstractVersionHistory.getInternalVersionHistory()
          Returns the internal version history.
 InternalVersionHistory InternalVersion.getVersionHistory()
          returns the internal version history in wich this version lifes in.
 InternalVersionHistory VersionManager.getVersionHistory(NodeId id)
          Returns the version history with the given id
 InternalVersionHistory InternalFrozenVersionHistory.getVersionHistory()
          Returns the version history that was assigned to the node at the time it was versioned.
protected  InternalVersionHistory XAVersionHistory.getInternalVersionHistory()
          Returns the internal version history. Subclass responsibility.
 

Constructors in org.apache.jackrabbit.core.version with parameters of type InternalVersionHistory
VersionHistoryImpl(ItemManager itemMgr, SessionImpl session, NodeId id, NodeState state, NodeDefinition definition, ItemLifeCycleListener[] listeners, InternalVersionHistory history)
          creates a new version history node.
XAVersionHistory(ItemManager itemMgr, SessionImpl session, NodeId id, NodeState state, NodeDefinition definition, ItemLifeCycleListener[] listeners, InternalVersionHistory history)
          Create a new instance of this class.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.