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

Packages that use InternalVersionItem
org.apache.jackrabbit.core.version   
 

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.
protected  InternalVersionItem VersionManagerImpl.getItem(NodeId id)
          Returns the item with the given persistent id.
 InternalVersionItem InternalVersionItem.getParent()
          returns the parent version item or null.
 

Methods in org.apache.jackrabbit.core.version with parameters of type InternalVersionItem
protected  boolean XAVersionManager.hasItemReferences(InternalVersionItem item)
          Checks if there are item references (from outside the version storage) that reference the given version item.
protected  boolean VersionManagerImpl.hasItemReferences(InternalVersionItem item)
          Checks if there are item references (from outside the version storage) that reference the given version item.
protected  void VersionManagerImpl.itemDiscarded(InternalVersionItem item)
          Invoked by the internal version item itself, when it's underlying persistence state was discarded.
 



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