Package | Description |
---|---|
org.apache.jackrabbit.core.version |
The versioning framework in jackrabbit consists of 3 layers.
|
Modifier and Type | Interface and 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 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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
protected void |
InternalVersionManagerImpl.itemDiscarded(InternalVersionItem item)
Invoked by the internal version item itself, when it's underlying
persistence state was discarded.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalVersionManagerImpl.itemsUpdated(Collection<InternalVersionItem> items)
Invoked by some external source to indicate that some items in the
versions tree were updated.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.