InternalVersion |
InternalActivity.getLatestVersion(InternalVersionHistory history) |
Returns the latest version of the given history that is referenced in this activity.
|
void |
InternalVersionManager.removeVersion(Session session,
InternalVersionHistory history,
Name versionName) |
Removes the specified version from the given version history.
|
void |
InternalVersionManagerImpl.removeVersion(Session session,
InternalVersionHistory history,
Name name) |
Removes the specified version from the given version history.
|
void |
InternalXAVersionManager.removeVersion(Session session,
InternalVersionHistory history,
Name versionName) |
Removes the specified version from the given version history.
|
void |
InternalVersionManager.removeVersionHistory(Session session,
InternalVersionHistory history) |
Removes the specified version history from storage.
|
void |
InternalVersionManagerImpl.removeVersionHistory(Session session,
InternalVersionHistory history) |
Removes the specified version history from storage.
|
void |
InternalXAVersionManager.removeVersionHistory(Session session,
InternalVersionHistory history) |
Removes the specified version history from storage.
|
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 .
|