All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.workflow.api.ProcessTemplateList

public interface ProcessTemplateList
extends PersistentList
Version:
3.2.0.2

Method Index

 o queryProcessTemplates()

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

Methods

 o queryProcessTemplates
 public abstract ProcessTemplate[] queryProcessTemplates() throws FmcException

This function/method 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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index