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

Packages that use ActivityInstance
com.ibm.workflow.api   
 

Uses of ActivityInstance in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ActivityInstance
 ActivityInstance ExecutionService.persistentActivityInstance(java.lang.String oid)
          Constructs a transient activity instance object representing the persistent object identified by the passed object identification; does not contact the server.
 ActivityInstance[] ExecutionService.queryActivityInstances(java.lang.String filter, java.lang.String sortCriteria, java.lang.Integer threshold)
          This API call retrieves the current activity instances the user has access to from the MQ Workflow execution server (action call).
 ActivityInstance ActivityInstanceNotification.activityInstance()
          This API call retrieves the activity instance the activity instance notification is associated to from the MQ Workflow execution server (action call).
 ActivityInstance[] InstanceMonitor.activityInstances()
          Returns the activity instances which are represented by the instance monitor.
 ActivityInstance[] ActivityInstanceList.queryActivityInstances()
          This API call retrieves the primary information for all activity instances characterized by the specified activity instance list from the MQ Workflow execution server (action call).
 ActivityInstance WorkItem.activityInstance()
          This API call retrieves the activity instance the work item is associated to from the MQ Workflow execution server (action call).
 

Methods in com.ibm.workflow.api with parameters of type ActivityInstance
 InstanceMonitor InstanceMonitor.obtainBlockMonitor(ActivityInstance activity)
          This API call retrieves the instance monitor for the specified activity instance from the MQ Workflow execution server (action call).
 InstanceMonitor InstanceMonitor.obtainProcessMonitor(ActivityInstance activity, boolean deep)
          See InstanceMonitor.obtainBlockMonitor(com.ibm.workflow.api.ActivityInstance); obtains the monitor for an activity of type Process.
 



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