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, toString
beforeInvoke, getClientToken, mapException
public 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
Operation
SaBasicException
- exception when invoking this operationCopyright © 2016 SAPERION AG. All rights reserved.