Uses of Class
com.ibm.workflow.api.ActivityInstancePackage.Type

Packages that use Type
com.ibm.workflow.api   
com.ibm.workflow.api.ActivityInstancePackage   
 

Uses of Type in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return Type
 Type ActivityInstance.kind()
          States the kind of the activity instance, whether it is a program, a process, or a block.
 Type ActivityInstanceNotification.activityKind()
          Returns the kind of the associated activity instance, whether it is a program or process and so on.
 Type WorkItem.activityKind()
          Returns the kind of the associated activity instance, whether it is a program or process and so on.
 

Uses of Type in com.ibm.workflow.api.ActivityInstancePackage
 

Fields in com.ibm.workflow.api.ActivityInstancePackage declared as Type
static Type Type.NOT_SET
           
static Type Type.PROCESS
           
static Type Type.PROGRAM
           
static Type Type.BLOCK
           
 

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



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