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

Packages that use WorkList
com.ibm.workflow.api   
 

Uses of WorkList in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return WorkList
 WorkList ExecutionService.createWorkList(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 worklist on the MQ Workflow execution server so that work items or notifications can be grouped to one's own taste or for a group of users (action call).
 WorkList ExecutionService.persistentWorkList(java.lang.String oid)
          Constructs a transient worklist object representing the persistent object identified by the passed object identification; does not contact the server.
 WorkList[] ExecutionService.queryWorkLists()
          This API call retrieves the worklists the user has access to from the MQ Workflow execution server (action call).
 



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