Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.taskmgr |
Modifier and Type | Method and Description |
---|---|
TaskSoapList |
TaskAppSoapStub.findTasks(String sessionId,
String queryString,
String projectId,
boolean searchAttachments) |
TaskSoapList |
TaskAppSoapMockStub.findTasks(String sessionId,
String queryString,
String projectId,
boolean searchAttachments)
Simulate a call to findTasks
|
TaskSoapList |
ITaskAppSoap.findTasks(String sessionId,
String queryString,
String projectId,
boolean searchAttachments)
Finds a list of tasks matching a search string.
|
TaskSoapList |
TaskAppSoapStub.getPredecessorTaskList(String sessionId,
String targetTaskId) |
TaskSoapList |
TaskAppSoapMockStub.getPredecessorTaskList(String sessionId,
String targetTaskId)
Simulate a call to getPredecessorTaskList
|
TaskSoapList |
ITaskAppSoap.getPredecessorTaskList(String sessionId,
String targetTaskId)
Returns a list of tasks on which the task is dependent ("predecessors").
|
TaskSoapList |
TaskAppSoapStub.getSuccessorTaskList(String sessionId,
String originTaskId) |
TaskSoapList |
TaskAppSoapMockStub.getSuccessorTaskList(String sessionId,
String originTaskId)
Simulate a call to getSuccessorTaskList
|
TaskSoapList |
ITaskAppSoap.getSuccessorTaskList(String sessionId,
String originTaskId)
Returns a list of tasks which are dependent on the task ("successors").
|
TaskSoapList |
TaskAppSoapStub.getTaskList(String sessionId,
String containerId,
com.collabnet.ce.soap60.types.SoapFilter[] filters) |
TaskSoapList |
TaskAppSoapMockStub.getTaskList(String sessionId,
String containerId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getTaskList
|
TaskSoapList |
ITaskAppSoap.getTaskList(String sessionId,
String containerId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Returns a filtered list of tasks within a given project or task group.
|
Copyright © 2016 CollabNet. All Rights Reserved.