Uses of Class
com.ibm.workflow.api.WorkItemPackage.ProgramRetrieval

Packages that use ProgramRetrieval
com.ibm.workflow.api   
com.ibm.workflow.api.WorkItemPackage   
 

Uses of ProgramRetrieval in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api with parameters of type ProgramRetrieval
 ProgramData WorkItem.checkOut2(ProgramRetrieval requestedData, Basis platform)
          See checkOut; additionally allows for specifying which program definitions to retrieve.
 

Uses of ProgramRetrieval in com.ibm.workflow.api.WorkItemPackage
 

Fields in com.ibm.workflow.api.WorkItemPackage declared as ProgramRetrieval
static ProgramRetrieval ProgramRetrieval.NOT_SET
           
static ProgramRetrieval ProgramRetrieval.COMMON_DATA_ONLY
           
static ProgramRetrieval ProgramRetrieval.SPECIFIED_DEFINITIONS
           
static ProgramRetrieval ProgramRetrieval.ALL_DEFINITIONS
           
 

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



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