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

Packages that use WorkItem
com.ibm.workflow.api   
 

Uses of WorkItem in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return WorkItem
 WorkItem ExecutionService.persistentWorkItem(java.lang.String oid)
          Constructs a transient work item object representing the persistent object identified by the passed object identification; does not contact the server.
 WorkItem[] ExecutionService.queryWorkItems(java.lang.String filter, java.lang.String sortCriteria, java.lang.Integer threshold)
          This API call retrieves the work items the user has access to from the MQ Workflow execution server (action call).
 WorkItem[] WorkList.queryWorkItems()
          This API call retrieves the primary information for all work items characterized by the specified worklist from the MQ Workflow execution server (action call).
 



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