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 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 InternalFrozenVersionHistory.interface
InternalFrozenNode
The InternalFrozenNode interface represents the frozen node that was generated during aNode.checkin()
.interface
InternalFrozenVersionHistory
This interface defines a frozen versionable child node, that was created during aNode.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 Modifier and Type Method Description protected InternalVersionItem
InternalVersionManagerImpl. getItem(NodeId id)
Returns the item with the given persistent id.protected InternalVersionItem
InternalXAVersionManager. getItem(NodeId id)
Returns the item with the given persistent id.InternalVersionItem
InternalVersionItem. 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 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 Modifier and Type Method Description void
InternalVersionManagerImpl. itemsUpdated(Collection<InternalVersionItem> items)
Invoked by some external source to indicate that some items in the versions tree were updated.
-