Package | Description |
---|---|
com.jamasoftware.contour.soap.v3 | |
com.jamasoftware.contour.ws.domain |
Modifier and Type | Method and Description |
---|---|
WsVersion |
ContourSoapServiceImpl.getCurrentVersionForItem(WsAuth token,
Long itemId)
Gets the current Version of an Item.
|
WsVersion |
ContourSoapService.getCurrentVersionForItem(WsAuth token,
Long itemId) |
WsVersion |
ContourSoapServiceImpl.getVersion(WsAuth token,
Long versionId)
Gets a Version.
|
WsVersion |
ContourSoapService.getVersion(WsAuth token,
Long versionId) |
WsVersion[] |
ContourSoapServiceImpl.getVersionsForItem(WsAuth token,
Long itemId)
Gets all the Versions for an Item.
|
WsVersion[] |
ContourSoapService.getVersionsForItem(WsAuth token,
Long itemId) |
Modifier and Type | Method and Description |
---|---|
WsVersion |
WsChangeRequestAssociation.getVersionEnd()
Gets the ending version of the associated item.
|
WsVersion[] |
WsBaseline.getVersions()
Gets the versions associated with the baseline.
|
WsVersion |
WsChangeRequestAssociation.getVersionStart()
Gets the starting version of the associated item.
|
Modifier and Type | Method and Description |
---|---|
void |
WsChangeRequestAssociation.setVersionEnd(WsVersion versionEnd)
Sets the ending version of the associated item.
|
void |
WsBaseline.setVersions(WsVersion[] versions) |
void |
WsChangeRequestAssociation.setVersionStart(WsVersion versionStart)
Sets the starting version of the associated item.
|
Constructor and Description |
---|
WsBaseline(String name,
String description,
WsVersion[] versions,
Integer scopeId,
Integer refId,
WsProject project,
WsSignature[] signatures)
Creates a new WsBaseline object with the given values.
|
WsChangeRequestAssociation(WsItem changeRequestItem,
WsItem associatedItem,
WsVersion versionStart,
WsVersion versionEnd,
String changeRequestComment)
Creates a new WsChangeRequestAssociation object with the given values.
|
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.