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
 

Classes in org.apache.jackrabbit.core.version that implement InternalVersionHistory
 class InternalVersionHistoryImpl
          Implements a InternalVersionHistory
 

Methods in org.apache.jackrabbit.core.version that return InternalVersionHistory
 InternalVersionHistory VersionManagerImpl.getVersionHistory(String id)
          Returns the version history with the given id
 InternalVersionHistory InternalVersionImpl.getVersionHistory()
          returns the internal version history in wich this version lifes in.
 InternalVersionHistory InternalVersion.getVersionHistory()
          returns the internal version history in wich this version lifes in.
 InternalVersionHistory InternalFrozenVersionHistory.getVersionHistory()
          Returns the version history that was assigned to the node at the time it was versioned.
 InternalVersionHistory VersionHistoryImpl.getInternalVersionHistory()
          Returns the internal version history
 InternalVersionHistory VersionManager.getVersionHistory(String id)
          Returns the version history with the given id
 InternalVersionHistory InternalFrozenVHImpl.getVersionHistory()
          Returns the version history that was assigned to the node at the time it was versioned.
 

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.
 



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