| Package | Description | 
|---|---|
| com.jamasoftware.contour.soap.v3 | |
| com.jamasoftware.contour.ws.domain | 
| Modifier and Type | Method and Description | 
|---|---|
WsProject | 
ContourSoapServiceImpl.addProject(WsAuth token,
          WsProject project)
Adds a new Project. 
 | 
WsProject | 
ContourSoapService.addProject(WsAuth token,
          WsProject project)  | 
WsProject | 
ContourSoapServiceImpl.getProject(WsAuth token,
          Integer projectId)
Gets a Project. 
 | 
WsProject | 
ContourSoapService.getProject(WsAuth token,
          Integer projectId)  | 
WsProject[] | 
ContourSoapServiceImpl.getProjects(WsAuth token)
Gets all Projects in the current Organization. 
 | 
WsProject[] | 
ContourSoapService.getProjects(WsAuth token)  | 
WsProject | 
ContourSoapServiceImpl.updateProject(WsAuth token,
             WsProject project)
Updates an existing Project. 
 | 
WsProject | 
ContourSoapService.updateProject(WsAuth token,
             WsProject project)  | 
| Modifier and Type | Method and Description | 
|---|---|
WsProject | 
ContourSoapServiceImpl.addProject(WsAuth token,
          WsProject project)
Adds a new Project. 
 | 
WsProject | 
ContourSoapService.addProject(WsAuth token,
          WsProject project)  | 
Boolean | 
ContourSoapServiceImpl.deactivateProject(WsAuth token,
                 WsProject project)
Deactivates the Project. 
 | 
Boolean | 
ContourSoapService.deactivateProject(WsAuth token,
                 WsProject project)  | 
Boolean | 
ContourSoapServiceImpl.deleteProject(WsAuth token,
             WsProject project)
Deletes the Project. 
 | 
Boolean | 
ContourSoapService.deleteProject(WsAuth token,
             WsProject project)  | 
WsRelease[] | 
ContourSoapServiceImpl.getReleases(WsAuth token,
           WsProject project)
Gets all the Releases for a Project. 
 | 
WsRelease[] | 
ContourSoapService.getReleases(WsAuth token,
           WsProject project)  | 
WsProject | 
ContourSoapServiceImpl.updateProject(WsAuth token,
             WsProject project)
Updates an existing Project. 
 | 
WsProject | 
ContourSoapService.updateProject(WsAuth token,
             WsProject project)  | 
| Modifier and Type | Method and Description | 
|---|---|
WsProject | 
WsModule.getProject()
Gets the project this module belongs to. 
 | 
WsProject | 
WsFilter.getProject()
Gets the project associated with this filter. 
 | 
WsProject | 
WsBaseline.getProject()
Gets the project this baseline is in. 
 | 
WsProject | 
WsAttachment.getProject()
Gets the Project the attachment is in. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WsModule.setProject(WsProject project)
Sets the project this module belongs to. 
 | 
void | 
WsFilter.setProject(WsProject project)
Sets the project associated with this filter. 
 | 
void | 
WsBaseline.setProject(WsProject project)
Sets the project this baseline is in. 
 | 
void | 
WsAttachment.setProject(WsProject project)
Sets the Project the attachment is in. 
 | 
| 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. 
 | 
WsFilter(String name,
        WsDocumentType documentType,
        WsProject project,
        WsFilterParameter[] parameters,
        Integer scopeId,
        Integer refId)
Creates a new WsFilter object with the given values. 
 | 
WsModule(WsProject project,
        WsDocumentType documentType)
Creates a new WsModule object from the given  
WsProject and WsDocumentType. | 
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.