Uses of Class
com.ibm.workflow.api.ProgramTemplatePackage.ExeUser

Packages that use ExeUser
com.ibm.workflow.api   
com.ibm.workflow.api.ProgramTemplatePackage   
 

Uses of ExeUser in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ExeUser
 ExeUser ProgramTemplate.executionUser()
          Returns the user on whose behalf the program is to be executed.
 ExeUser ProgramData.executionUser()
          Returns the user on whose behalf the program is to be executed.
 

Uses of ExeUser in com.ibm.workflow.api.ProgramTemplatePackage
 

Fields in com.ibm.workflow.api.ProgramTemplatePackage declared as ExeUser
static ExeUser ExeUser.NOT_SPECIFIED
           
static ExeUser ExeUser.AGENT
           
static ExeUser ExeUser.STARTER
           
 

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



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