Uses of Interface
org.apache.jackrabbit.core.version.InternalVersionItem
- 
Packages that use InternalVersionItem Package Description 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 Modifier and Type Interface Description interfaceInternalActivityThis interface defines the internal activity.interfaceInternalBaselineThis interface defines the internal baseline.interfaceInternalFreezethe base interface for nodes that were versioned and turned either into InternalFrozenNode or InternalFrozenVersionHistory.interfaceInternalFrozenNodeThe InternalFrozenNode interface represents the frozen node that was generated during aNode.checkin().interfaceInternalFrozenVersionHistoryThis interface defines a frozen versionable child node, that was created during aNode.checkin()with a OPV==Version node.interfaceInternalVersionThis interface defines the internal version.interfaceInternalVersionHistoryThis interface defines the internal version history.Methods in org.apache.jackrabbit.core.version that return InternalVersionItem Modifier and Type Method Description protected InternalVersionItemInternalVersionManagerImpl. getItem(NodeId id)Returns the item with the given persistent id.protected InternalVersionItemInternalXAVersionManager. getItem(NodeId id)Returns the item with the given persistent id.InternalVersionItemInternalVersionItem. getParent()returns the parent version item ornull.Methods in org.apache.jackrabbit.core.version with parameters of type InternalVersionItem Modifier and Type Method Description protected voidInternalVersionManagerImpl. 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 Modifier and Type Method Description voidInternalVersionManagerImpl. itemsUpdated(Collection<InternalVersionItem> items)Invoked by some external source to indicate that some items in the versions tree were updated. 
 -