Package | Description |
---|---|
com.saperion.ws |
Root package for SAPERION ws classes and packages.
|
com.saperion.ws.jaxws |
Modifier and Type | Method and Description |
---|---|
SaWsTask |
SaWsWorkflowService.getTask(int token,
String taskId)
Retrieves and returns the task by the given id.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsTask> |
SaWsWorkflowService.getTasks(int token,
int[] boxIds,
String filter)
Returns the filtered tasks.
|
Modifier and Type | Method and Description |
---|---|
SaWsTask |
GetTaskResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
List<SaWsTask> |
GetTasksResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
void |
GetTaskResponse.setReturn(SaWsTask _return) |
Modifier and Type | Method and Description |
---|---|
void |
GetTasksResponse.setReturn(List<SaWsTask> _return) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.