public class GetTaskList extends AbstractOperation<ArrayList<com.lexmark.saperion.workflow.TaskListItemType>>
Operation returns the tasks that are contained in a
workflow inbox.| Constructor and Description |
|---|
GetTaskList(com.lexmark.saperion.workflow.InboxReferenceType reference)
Creates a new GetTaskList operation.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<com.lexmark.saperion.workflow.TaskListItemType> |
invoke()
The method that will be called on the server side.
|
afterInvoke, getResult, toArrayList, toStringbeforeInvoke, getClientToken, mapExceptionpublic GetTaskList(com.lexmark.saperion.workflow.InboxReferenceType reference)
reference - the reference to the inbox to get the tasks forpublic ArrayList<com.lexmark.saperion.workflow.TaskListItemType> invoke() throws SaBasicException
OperationSaBasicException - exception when invoking this operationCopyright © 2016 SAPERION AG. All rights reserved.