Package | Description |
---|---|
com.saperion.ws |
Root package for SAPERION ws classes and packages.
|
Modifier and Type | Method and Description |
---|---|
void |
SaWsWorkflowService.execute(int token,
String taskId,
SaWsCommand command,
String nextActor,
String comment,
Date escalationDate)
Executes the specified task.
|
List<String> |
SaWsWorkflowService.getProcessDefinitions(int token)
Returns a list of process definitions as strings of the current session user.
|
SaWsTask |
SaWsWorkflowService.getTask(int token,
String taskId)
Retrieves and returns the task by the given id.
|
List<SaWsTask> |
SaWsWorkflowService.getTasks(int token,
int[] boxIds,
String filter)
Returns the filtered tasks.
|
void |
SaWsWorkflowService.start(int token,
String processName,
String nextActor,
String comment,
String attachmentId)
Starts a workflow with the specified parameters.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.