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

Packages that use ActivityInstanceList
com.ibm.workflow.api   
 

Uses of ActivityInstanceList in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ActivityInstanceList
 ActivityInstanceList ExecutionService.createActivityInstanceList(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 an activity instance list on the MQ Workflow execution server so that activity instances can be grouped to one's own taste or for a group of users (action call).
 ActivityInstanceList ExecutionService.persistentActivityInstanceList(java.lang.String oid)
          Documentation for method not yet available
 ActivityInstanceList[] ExecutionService.queryActivityInstanceLists()
          This API call retrieves the activity instance lists the user has access to from the MQ Workflow execution server (action call).
 



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