Uses of Interface
com.ibm.workflow.api.ProcessTemplateList

Packages that use ProcessTemplateList
com.ibm.workflow.api   
 

Uses of ProcessTemplateList in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ProcessTemplateList
 ProcessTemplateList ExecutionService.createProcessTemplateList(java.lang.String name, TypeOfList type, java.lang.String owner, java.lang.String description, java.lang.String filter, java.lang.String sortCriteria, java.lang.Integer threshold)
          This API call creates a process template list on the MQ Workflow execution server so that process templates can be grouped to one's own taste or for a group of users (action call).
 ProcessTemplateList ExecutionService.persistentProcessTemplateList(java.lang.String oid)
          Constructs a transient process template list object representing the persistent object identified by the passed object identification; does not contact the server.
 ProcessTemplateList[] ExecutionService.queryProcessTemplateLists()
          This API call retrieves the current process template lists the user has access to from the MQ Workflow execution server (action call).
 



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