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 InternalActivity
          This interface defines the internal activity.
 interface InternalBaseline
          This interface defines the internal baseline.
 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 InternalXAVersionManager.getItem(NodeId id)
          Returns the item with the given persistent id.
protected  InternalVersionItem InternalVersionManagerImpl.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  void InternalVersionManagerImpl.itemDiscarded(InternalVersionItem item)
          Invoked by the internal version item itself, when it's underlying persistence state was discarded.
 

Method parameters in org.apache.jackrabbit.core.version with type arguments of type InternalVersionItem
 void InternalVersionManagerImpl.itemsUpdated(Collection<InternalVersionItem> items)
          Invoked by some external source to indicate that some items in the versions tree were updated.
 



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