|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessInstanceList | |
---|---|
com.ibm.workflow.api |
Uses of ProcessInstanceList in com.ibm.workflow.api |
---|
Methods in com.ibm.workflow.api that return ProcessInstanceList | |
ProcessInstanceList |
ExecutionService.createProcessInstanceList(java.lang.String name,
TypeOfList type,
java.lang.String owner,
java.lang.String description,
java.lang.String filter,
java.lang.String sortCriteria,
java.lang.Integer threshold)
This API call creates a process instance list on the MQ Workflow execution server so that process instances can be grouped to one's own taste or for a group of users (action call). |
ProcessInstanceList |
ExecutionService.persistentProcessInstanceList(java.lang.String oid)
Constructs a transient process instance list object representing the persistent object identified by the passed object identification; does not contact the server. |
ProcessInstanceList[] |
ExecutionService.queryProcessInstanceLists()
This API call retrieves the process instance lists the user has access to from the MQ Workflow execution server (action call). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |