| Package | Description | 
|---|---|
| com.jamasoftware.contour.soap.v3 | 
| Modifier and Type | Method and Description | 
|---|---|
WsRelationship[] | 
ContourSoapServiceImpl.createRelationships(WsAuth token,
                   WsRelationship[] listOfRelationships)
Creates multiple Relationships. 
 | 
WsRelationship[] | 
ContourSoapService.createRelationships(WsAuth token,
                   WsRelationship[] listOfRelationships)  | 
WsRelationship[] | 
ContourSoapServiceImpl.getDownstreamRelationships(WsAuth token,
                          Long itemId)
Gets the downstream relationships of an item. 
 | 
WsRelationship[] | 
ContourSoapService.getDownstreamRelationships(WsAuth token,
                          Long itemId)  | 
WsRelationship | 
ContourSoapServiceImpl.getRelationship(WsAuth token,
               Long relationshipId)
Gets a relationship. 
 | 
WsRelationship | 
ContourSoapService.getRelationship(WsAuth token,
               Long relationshipId)  | 
WsRelationship[] | 
ContourSoapServiceImpl.getRelationshipsForProject(WsAuth token,
                          Long projectId)
Gets all relationships in a project. 
 | 
WsRelationship[] | 
ContourSoapService.getRelationshipsForProject(WsAuth token,
                          Long projectId)  | 
WsRelationship[] | 
ContourSoapServiceImpl.getRelationshipsFromFilter(WsAuth token,
                          WsFilter filter,
                          Boolean downstream)
Gets all relationships of items that match the given filter. 
 | 
WsRelationship[] | 
ContourSoapService.getRelationshipsFromFilter(WsAuth token,
                          WsFilter filter,
                          Boolean downstream)  | 
WsRelationship[] | 
ContourSoapServiceImpl.getUpstreamRelationships(WsAuth token,
                        Long itemId)
Gets the upstream relationships of an item. 
 | 
WsRelationship[] | 
ContourSoapService.getUpstreamRelationships(WsAuth token,
                        Long itemId)  | 
WsRelationship | 
ContourSoapServiceImpl.updateRelationship(WsAuth token,
                  WsRelationship relationship)
Updates a relationship. 
 | 
WsRelationship | 
ContourSoapService.updateRelationship(WsAuth token,
                  WsRelationship relationship)  | 
| Modifier and Type | Method and Description | 
|---|---|
WsRelationship[] | 
ContourSoapServiceImpl.createRelationships(WsAuth token,
                   WsRelationship[] listOfRelationships)
Creates multiple Relationships. 
 | 
WsRelationship[] | 
ContourSoapService.createRelationships(WsAuth token,
                   WsRelationship[] listOfRelationships)  | 
Boolean | 
ContourSoapServiceImpl.deleteRelationship(WsAuth token,
                  WsRelationship relationship)
Deletes a relationship between two items. 
 | 
Boolean | 
ContourSoapService.deleteRelationship(WsAuth token,
                  WsRelationship relationship)  | 
WsRelationship | 
ContourSoapServiceImpl.updateRelationship(WsAuth token,
                  WsRelationship relationship)
Updates a relationship. 
 | 
WsRelationship | 
ContourSoapService.updateRelationship(WsAuth token,
                  WsRelationship relationship)  | 
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.