Uses of Interface
com.ibm.workflow.api.ProcessInstanceList

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).
 



© Copyright IBM Corporation 1999, 2007. All Rights Reserved.