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

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

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

Subinterfaces of InternalVersionItem in org.apache.jackrabbit.core.version
 interface InternalFreeze
          the base interface for nodes that were versioned and turned either into InternalFrozenNode or InteralFrozenVersionHistory.
 interface InternalFrozenNode
          The InternalFrozenNode interface represents the frozen node that was generated during a Node.checkin().
 interface InternalFrozenVersionHistory
          This interface defines a frozen versionable child node, that was created during a Node.checkin() with a OPV==Version node.
 interface InternalVersion
          This interface defines the internal version.
 interface InternalVersionHistory
          This interface defines the internal version history.
 

Methods in org.apache.jackrabbit.core.version that return InternalVersionItem
protected  InternalVersionItem XAVersionManager.getItem(NodeId id)
          Returns the item with the given persistent id. Subclass responsibility.
protected  InternalVersionItem VersionManagerImpl.getItem(NodeId id)
          Returns the item with the given persistent id. Subclass responsibility.
 InternalVersionItem InternalVersionItem.getParent()
          returns the parent version item or null.
 

Methods in org.apache.jackrabbit.core.version with parameters of type InternalVersionItem
protected  List XAVersionManager.getItemReferences(InternalVersionItem item)
          Returns the item references that reference the given version item. Subclass responsiblity.
 void VersionManagerImpl.setItemReferences(InternalVersionItem item, List references)
          {@inheritDoc}
protected  List VersionManagerImpl.getItemReferences(InternalVersionItem item)
          Returns the item references that reference the given version item. Subclass responsiblity.
 



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