Methods in com.ibm.workflow.api that return ProcessTemplate
|
ProcessTemplate |
ExecutionService.persistentProcessTemplate(java.lang.String oid)
Constructs
a transient process template object
representing the persistent object identified by the passed object
identification; does not contact the server. |
ProcessTemplate[] |
ExecutionService.queryProcessTemplates(java.lang.String filter,
java.lang.String sortCriteria,
java.lang.Integer threshold)
This API call retrieves the current process templates from the MQ Workflow
execution server (action call). |
ProcessTemplate[] |
ProcessTemplateList.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). |