InternalVersion |
InternalVersionManager.checkin(Session session,
NodeStateEx node,
Calendar created) |
invokes the checkin() on the persistent version manager and remaps the
newly created version objects.
|
InternalVersion |
InternalVersionManagerImpl.checkin(Session session,
NodeStateEx node,
Calendar created) |
invokes the checkin() on the persistent version manager and remaps the
newly created version objects.
|
InternalVersion |
InternalXAVersionManager.checkin(Session session,
NodeStateEx node,
Calendar created) |
invokes the checkin() on the persistent version manager and remaps the
newly created version objects.
|
InternalVersion |
InternalFrozenVersionHistory.getBaseVersion() |
Returns the base version that was assigned to the node at
the time it was versioned.
|
protected InternalVersion |
VersionManagerImplBase.getBaseVersion(NodeStateEx state) |
Returns the internal base version for the underlying node.
|
InternalVersion |
InternalFrozenVersionHistory.getBaseVesion() |
Deprecated.
|
InternalVersion |
InternalVersionManager.getHeadVersionOfNode(NodeId id) |
Returns the head version of the node with the given id.
|
protected InternalVersion |
VersionImpl.getInternalVersion() |
Returns the internal version.
|
InternalVersion |
InternalActivity.getLatestVersion(InternalVersionHistory history) |
Returns the latest version of the given history that is referenced in this activity.
|
InternalVersion |
InternalVersion.getLinearPredecessor() |
|
InternalVersion |
InternalVersion.getLinearSuccessor(InternalVersion baseVersion) |
|
InternalVersion[] |
InternalVersion.getPredecessors() |
|
InternalVersion |
InternalVersionHistory.getRootVersion() |
|
InternalVersion |
InternalVersionHistory.getVersion(NodeId id) |
Returns the version with the given uuid or null if the
respective version does not exist.
|
InternalVersion |
InternalVersionHistory.getVersion(Name versionName) |
|
InternalVersion |
InternalVersionManager.getVersion(NodeId id) |
Returns the version with the given id
|
protected InternalVersion |
VersionManagerImplBase.getVersion(Version v) |
helper class that returns the internal version for a JCR one.
|
InternalVersion |
InternalVersionHistory.getVersionByLabel(Name label) |
|
protected InternalVersion |
InternalXAVersionManager.internalCheckin(org.apache.jackrabbit.core.version.InternalVersionHistoryImpl history,
NodeStateEx node,
boolean simple,
Calendar created) |
Checks in a node
|
InternalVersion |
DateVersionSelector.select(InternalVersionHistory versionHistory) |
Selects a version of the given version history.
|
InternalVersion |
LabelVersionSelector.select(InternalVersionHistory versionHistory) |
Selects a version of the given version history.
|
InternalVersion |
VersionSelector.select(InternalVersionHistory versionHistory) |
Selects a version of the given version history.
|
InternalVersion |
VersionSet.select(InternalVersionHistory versionHistory) |
Selects a version of the given version history.
|
static InternalVersion |
DateVersionSelector.selectByDate(InternalVersionHistory history,
Calendar date) |
Selects a version by date.
|
static InternalVersion |
LabelVersionSelector.selectByLabel(InternalVersionHistory history,
Name label) |
Selects a version by label
|
InternalVersion |
InternalVersionManager.setVersionLabel(Session session,
InternalVersionHistory history,
Name version,
Name label,
boolean move) |
Sets the version label to the given version .
|
InternalVersion |
InternalVersionManagerImpl.setVersionLabel(Session session,
InternalVersionHistory history,
Name version,
Name label,
boolean move) |
Sets the version label to the given version .
|
InternalVersion |
InternalXAVersionManager.setVersionLabel(Session session,
InternalVersionHistory history,
Name version,
Name label,
boolean move) |
Sets the version label to the given version .
|
protected InternalVersion |
InternalXAVersionManager.setVersionLabel(org.apache.jackrabbit.core.version.InternalVersionHistoryImpl history,
Name version,
Name label,
boolean move) |
Set version label on the specified version.
|