com.ibm.workflow.api
Interface ProcessTemplateList

All Superinterfaces:
PersistentList

public interface ProcessTemplateList
extends PersistentList


Method Summary
 ProcessTemplate[] queryProcessTemplates()
          This API call retrieves the primary information for all process templates characterized by the specified process template list from the MQ Workflow execution server (action call).
 int queryProcessTemplatesResultSize()
          This API call returns the number of qualifying process templates characterized by the specified process template 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

queryProcessTemplates

public ProcessTemplate[] queryProcessTemplates()
                                        throws FmcException

This API call retrieves the primary information for all process templates characterized by the specified process template list from the MQ Workflow execution server (action call).

From the set of qualifying process templates, only those are retrieved, the user is authorized for. The user is authorized for a process template if the process template:

The primary information that is retrieved for each process template is:

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

queryProcessTemplatesResultSize

public int queryProcessTemplatesResultSize()
                                    throws FmcException

This API call returns the number of qualifying process templates characterized by the specified process template list from the MQ Workflow execution server (action call).

From the set of qualifying process templates, only those templates are counted for which the user is authorized. The user is authorized for a process template if the process template:

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


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