Uses of Class
com.ibm.workflow.api.ItemPackage.ItemType

Packages that use ItemType
com.ibm.workflow.api   
com.ibm.workflow.api.ItemPackage   
 

Uses of ItemType in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ItemType
 ItemType Item.kind()
          States the actual kind of the item, whether it is a work item or some kind of notification.
 

Uses of ItemType in com.ibm.workflow.api.ItemPackage
 

Fields in com.ibm.workflow.api.ItemPackage declared as ItemType
static ItemType ItemType.UNKNOWN
           
static ItemType ItemType.WORK_ITEM
           
static ItemType ItemType.PROCESS_INSTANCE_NOTIFICATION
           
static ItemType ItemType.FIRST_ACTIVITY_INSTANCE_NOTIFICATION
           
static ItemType ItemType.SECOND_ACTIVITY_INSTANCE_NOTIFICATION
           
 

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



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