| Package | Description | 
|---|---|
| com.jamasoftware.contour.soap.v3 | |
| com.jamasoftware.contour.ws.domain | 
| Modifier and Type | Method and Description | 
|---|---|
WsItem | 
ContourSoapServiceImpl.addItem(WsAuth token,
       WsItem item)
Adds a new Item. 
 | 
WsItem | 
ContourSoapService.addItem(WsAuth token,
       WsItem item)  | 
WsItem[] | 
ContourSoapServiceImpl.addItems(WsAuth token,
        WsItem[] items)
Adds multiple Items. 
 | 
WsItem[] | 
ContourSoapService.addItems(WsAuth token,
        WsItem[] items)  | 
WsItem | 
ContourSoapServiceImpl.createNewTestCycle(WsAuth token,
                  Integer testPlanId,
                  String cycleName,
                  String cycleDescription,
                  Date startDate,
                  Date endDate,
                  List<WsTestRunStatus> statusesToInclude,
                  List<WsTestGroup> testGroupsToInclude)
Creates a new Test Cycle from the supplied criteria. 
 | 
WsItem | 
ContourSoapService.createNewTestCycle(WsAuth token,
                  Integer testPlanId,
                  String cycleName,
                  String cycleDescription,
                  Date startDate,
                  Date endDate,
                  List<WsTestRunStatus> statusesToInclude,
                  List<WsTestGroup> testGroupsToInclude)  | 
WsItem[] | 
ContourSoapServiceImpl.getChildrenOfItem(WsAuth token,
                 Long itemId,
                 Boolean recursive,
                 int start,
                 int count)
Gets the children of an Item/Folder. 
 | 
WsItem[] | 
ContourSoapService.getChildrenOfItem(WsAuth token,
                 Long itemId,
                 Boolean recursive,
                 int start,
                 int count)  | 
WsItem[] | 
ContourSoapServiceImpl.getDownstreamRelated(WsAuth token,
                    Long itemId)
Gets all Items downstream of an Item. 
 | 
WsItem[] | 
ContourSoapService.getDownstreamRelated(WsAuth token,
                    Long itemId)  | 
WsItem | 
ContourSoapServiceImpl.getItem(WsAuth token,
       Long itemId)
Gets an Item. 
 | 
WsItem | 
ContourSoapService.getItem(WsAuth token,
       Long itemId)  | 
WsItem[] | 
ContourSoapServiceImpl.getItemsForBaseline(WsAuth token,
                   Long baselineId,
                   Integer start,
                   Integer count)
Gets all the Items in a Baseline. 
 | 
WsItem[] | 
ContourSoapService.getItemsForBaseline(WsAuth token,
                   Long baselineId,
                   Integer start,
                   Integer count)  | 
WsItem[] | 
ContourSoapServiceImpl.getItemsForProject(WsAuth token,
                  Long projectId,
                  int start,
                  int count)
Gets all the Items in a Project. 
 | 
WsItem[] | 
ContourSoapService.getItemsForProject(WsAuth token,
                  Long projectId,
                  int start,
                  int count)  | 
WsItem[] | 
ContourSoapServiceImpl.getItemsForProjectAndDocumentType(WsAuth token,
                                 Long projectId,
                                 Long documentTypeId,
                                 int start,
                                 int count)
Gets all the Items in a  
WsProject that are of a given WsDocumentType. | 
WsItem[] | 
ContourSoapService.getItemsForProjectAndDocumentType(WsAuth token,
                                 Long projectId,
                                 Long documentTypeId,
                                 int start,
                                 int count)  | 
WsItem[] | 
ContourSoapServiceImpl.getItemsFromFilter(WsAuth token,
                  WsFilter filter,
                  Integer start,
                  Integer count)
Gets all the Items based on a Filter. 
 | 
WsItem[] | 
ContourSoapService.getItemsFromFilter(WsAuth token,
                  WsFilter filter,
                  Integer start,
                  Integer count)  | 
WsItem[] | 
ContourSoapServiceImpl.getItemsFromTextSearch(WsAuth token,
                      String searchTerms,
                      Integer start,
                      Integer count)
Gets all the Items based on a text search. 
 | 
WsItem[] | 
ContourSoapService.getItemsFromTextSearch(WsAuth token,
                      String searchTerms,
                      Integer start,
                      Integer count)  | 
WsItem[] | 
ContourSoapServiceImpl.getItemsWithAttachment(WsAuth token,
                      Long attachmentDocId)
Gets all Items that have a specified Attachment attached to it. 
 | 
WsItem[] | 
ContourSoapService.getItemsWithAttachment(WsAuth token,
                      Long attachmentDocId)  | 
WsItem[] | 
ContourSoapServiceImpl.getUpstreamRelated(WsAuth token,
                  Long itemId)
Gets all the upstream related Items. 
 | 
WsItem[] | 
ContourSoapService.getUpstreamRelated(WsAuth token,
                  Long itemId)  | 
WsItem | 
ContourSoapServiceImpl.updateItem(WsAuth token,
          WsItem item)
Updates an existing Item. 
 | 
WsItem | 
ContourSoapService.updateItem(WsAuth token,
          WsItem item)  | 
WsItem[] | 
ContourSoapServiceImpl.updateItems(WsAuth token,
           WsItem[] items)
Updates existing Items. 
 | 
WsItem[] | 
ContourSoapService.updateItems(WsAuth token,
           WsItem[] item)  | 
WsItem | 
ContourSoapServiceImpl.updateItemValues(WsAuth token,
                Long itemId,
                WsField[] fields,
                String comments,
                WsUser[] notifyUsers)
Updates the specified values for an existing Item. 
 | 
WsItem | 
ContourSoapService.updateItemValues(WsAuth token,
                Long itemId,
                WsField[] fields,
                String comments,
                WsUser[] notifyUsers)  | 
| Modifier and Type | Method and Description | 
|---|---|
WsItem | 
ContourSoapServiceImpl.addItem(WsAuth token,
       WsItem item)
Adds a new Item. 
 | 
WsItem | 
ContourSoapService.addItem(WsAuth token,
       WsItem item)  | 
WsItem[] | 
ContourSoapServiceImpl.addItems(WsAuth token,
        WsItem[] items)
Adds multiple Items. 
 | 
WsItem[] | 
ContourSoapService.addItems(WsAuth token,
        WsItem[] items)  | 
WsItem | 
ContourSoapServiceImpl.updateItem(WsAuth token,
          WsItem item)
Updates an existing Item. 
 | 
WsItem | 
ContourSoapService.updateItem(WsAuth token,
          WsItem item)  | 
WsItem[] | 
ContourSoapServiceImpl.updateItems(WsAuth token,
           WsItem[] items)
Updates existing Items. 
 | 
WsItem[] | 
ContourSoapService.updateItems(WsAuth token,
           WsItem[] item)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WsTestPlan  | 
| Modifier and Type | Method and Description | 
|---|---|
WsItem | 
WsChangeRequestAssociation.getAssociatedItem()
Gets the item associated with the Change Request. 
 | 
WsItem | 
WsDocAttach.getAttachment()
Gets the attachment attached to the item. 
 | 
WsItem | 
WsChangeRequestAssociation.getChangeRequestItem()
Gets the Change Request of the association. 
 | 
WsItem | 
WsDocAttach.getDocument()
Gets the item attached to the attachment. 
 | 
WsItem | 
WsRelationship.getFromItem()
Gets the "From" item in the relationship. 
 | 
WsItem | 
WsRevisionItem.getItem()
Deprecated.  
  | 
WsItem | 
WsActivity.getItem()
Gets the item associated with the activity (Can be null). 
 | 
WsItem | 
WsExecutableTestRun.getTestRun()  | 
WsItem | 
WsRelationship.getToItem()
Gets the "To" item in the relationship. 
 | 
WsItem | 
WsVersion.getVersionItem()
Gets the WsItem associated with this version. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WsChangeRequestAssociation.setAssociatedItem(WsItem associatedItem)
Sets the item associated with the Change Request. 
 | 
void | 
WsDocAttach.setAttachment(WsItem attachment)
Sets the attachment attached to the item. 
 | 
void | 
WsChangeRequestAssociation.setChangeRequestItem(WsItem changeRequestItem)
Sets the Change Request of the association. 
 | 
void | 
WsDocAttach.setDocument(WsItem document)
Sets the item attached to the attachment. 
 | 
void | 
WsRelationship.setFromItem(WsItem fromItem)
Sets the "From" item in the relationship. 
 | 
void | 
WsRevisionItem.setItem(WsItem item)
Deprecated.  
  | 
void | 
WsActivity.setItem(WsItem item)  | 
void | 
WsExecutableTestRun.setTestRun(WsItem testRun)  | 
void | 
WsRelationship.setToItem(WsItem toItem)
Sets the "To" item in the relationship. 
 | 
void | 
WsVersion.setVersionItem(WsItem versionItem)  | 
| Constructor and Description | 
|---|
WsChangeRequestAssociation(WsItem changeRequestItem,
                          WsItem associatedItem,
                          WsVersion versionStart,
                          WsVersion versionEnd,
                          String changeRequestComment)
Creates a new WsChangeRequestAssociation object with the given values. 
 | 
WsExecutableTestRun(WsItem testRun,
                   List<WsTestRunStep> steps,
                   Integer defectDocTypeId)
Create a new instance of WsExecutableTestRun 
 | 
WsLock(WsItem item)  | 
WsRelationship(WsItem fromItem,
              WsItem toItem,
              WsRelationshipType relationshipType,
              String relationshipStatus,
              String relationshipNote)
Creates a new WsRelationship object with the given "to" item, "from" item, type, status and note. 
 | 
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.