com.ibm.workflow.api
Interface ActivityInstanceList

All Superinterfaces:
PersistentList

public interface ActivityInstanceList
extends PersistentList


Method Summary
 ActivityInstance[] 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).
 int queryActivityInstancesResultSize()
          This API call returns the number of qualifying activity instances characterized by the specified activity instance list from the MQ Workflow execution server (action call).
 
Methods inherited from interface com.ibm.workflow.api.PersistentList
delete, description, filter, isEmpty, name, ownerOfList, persistentOid, refresh, setDescription, setFilter, setSortCriteria, setThreshold, sortCriteria, threshold, type
 

Method Detail

queryActivityInstances

public ActivityInstance[] queryActivityInstances()
                                          throws FmcException

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).

From the set of qualifying activities, only those are retrieved, the user is authorized for. The user is authorized for an activity instance if the activity instance:

The primary information that is retrieved for each activity instance is:

Throws:
FmcException - thrown if an API error or a communication error occurred.

queryActivityInstancesResultSize

public int queryActivityInstancesResultSize()
                                     throws FmcException

This API call returns the number of qualifying activity instances characterized by the specified activity instance list from the MQ Workflow execution server (action call).

From the set of qualifying activity instances, only those instances are counted for which the user is authorized. The user is authorized for an activity instance if the activity instance:

Throws:
FmcException - thrown if an API error or a communication error occurred.


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