|
Method Summary | ||
getAllVersions() Gets a collection containing all the versions within the version history. |
||
getHeadVersion() Gets the head (current / most recent) version of the version history. |
||
getPredecessor(Version version) Gets the predecessor of a specified version |
||
getRootVersion() Gets the root (initial / least recent) version of the version history. |
||
getSuccessors(Version version) Gets the succeeding versions of a specified version. |
||
getVersion(String versionLabel) Gets a version with a specified version label. |
Versions are returned in descending create date order (most recent first).
|