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

Packages that use ActivityInstanceNotification
com.ibm.workflow.api   
 

Uses of ActivityInstanceNotification in com.ibm.workflow.api
 

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



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