Uses of Class
com.ibm.workflow.api.ServicePackage.AbsenceIndicator

Packages that use AbsenceIndicator
com.ibm.workflow.api   
com.ibm.workflow.api.ServicePackage   
 

Uses of AbsenceIndicator in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api with parameters of type AbsenceIndicator
 void ExecutionService.logon2(java.lang.String userID, java.lang.String password, SessionMode mode, AbsenceIndicator absenceIndicator)
          See ExecutionService.logon(java.lang.String, java.lang.String); allows for the specification of the session mode and absence setting.
 void ExecutionService.logon4(byte[] userCredentials, SessionMode mode, AbsenceIndicator absenceIndicator, java.lang.String userName)
          See ExecutionService.logon(java.lang.String, java.lang.String); allows for logging on with user credentials and for the specification of the session mode and absence setting.
 

Uses of AbsenceIndicator in com.ibm.workflow.api.ServicePackage
 

Fields in com.ibm.workflow.api.ServicePackage declared as AbsenceIndicator
static AbsenceIndicator AbsenceIndicator.NOT_SET
           
static AbsenceIndicator AbsenceIndicator.RESET
           
static AbsenceIndicator AbsenceIndicator.LEAVE
           
 

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



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