Uses of Class
com.ibm.workflow.api.PersistentListPackage.TypeOfList

Packages that use TypeOfList
com.ibm.workflow.api   
com.ibm.workflow.api.PersistentListPackage   
 

Uses of TypeOfList in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return TypeOfList
 TypeOfList PersistentList.type()
          Returns the type of the persistent list, whether it is a public or private list.
 

Methods in com.ibm.workflow.api with parameters of type TypeOfList
 ActivityInstanceList ExecutionService.createActivityInstanceList(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 an activity instance list on the MQ Workflow execution server so that activity instances can be grouped to one's own taste or for a group of users (action call).
 ProcessInstanceList ExecutionService.createProcessInstanceList(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 instance list on the MQ Workflow execution server so that process instances can be grouped to one's own taste or for a group of users (action call).
 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).
 WorkList ExecutionService.createWorkList(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 worklist on the MQ Workflow execution server so that work items or notifications can be grouped to one's own taste or for a group of users (action call).
 

Uses of TypeOfList in com.ibm.workflow.api.PersistentListPackage
 

Fields in com.ibm.workflow.api.PersistentListPackage declared as TypeOfList
static TypeOfList TypeOfList.NOT_SET
           
static TypeOfList TypeOfList.PUBLIC
           
static TypeOfList TypeOfList.PRIVATE
           
 

Methods in com.ibm.workflow.api.PersistentListPackage that return TypeOfList
static TypeOfList TypeOfList.from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 



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