|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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:
FmcException
- thrown if an API error or a communication error occurred.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:
FmcException
- thrown if an API error or a communication error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |