|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A version history resource contains all versions of a version-controlled resource as the bound members of the version history. The binding name of a version in a version history the version name of that version.
| Nested Class Summary |
| Nested classes inherited from class Folder |
Folder.Binding |
| Method Summary | |
Version |
doLatestActivityVersionReport(Activity activity,
PropertyNameList wantedPropertyList)
Return latest version in this VersionHistory
that is a product of the specified activity. |
Version |
getRootVersion()
Return the root version of this VersionHistory. |
Folder |
getVersionByLabelFolder()
Return the Folder that contains a bound member for each label that selects a version of this VersionHistory, where the label is the binding name of the member, and the labelled version is the bound resource. |
| Methods inherited from interface Folder |
doReadMemberList, getBindingList |
| Method Detail |
public Version getRootVersion()
throws WvcmException
VersionHistory.
The root version has no predecessors, and each other versions in this VersionHistory
is a descendant of the root version.
WvcmException - if this VersionHistory was not created with
ROOT_VERSION as a wanted property.
public Folder getVersionByLabelFolder()
throws WvcmException
WvcmException - if this VersionHistory was not created with
VERSION_BY_LABEL_FOLDER as a wanted property.
public Version doLatestActivityVersionReport(Activity activity,
PropertyNameList wantedPropertyList)
throws WvcmException
VersionHistory
that is a product of the specified activity.
activity - The activity whose latest product is to be returned.wantedPropertyList - The properties available in the returned proxies.
WvcmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||