|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionMode | |
---|---|
com.ibm.workflow.api | |
com.ibm.workflow.api.ServicePackage |
Uses of SessionMode in com.ibm.workflow.api |
---|
Methods in com.ibm.workflow.api with parameters of type SessionMode | |
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 SessionMode in com.ibm.workflow.api.ServicePackage |
---|
Fields in com.ibm.workflow.api.ServicePackage declared as SessionMode | |
static SessionMode |
SessionMode.DEFAULT
|
static SessionMode |
SessionMode.PRESENT
|
static SessionMode |
SessionMode.PRESENT_HERE
|
Methods in com.ibm.workflow.api.ServicePackage that return SessionMode | |
static SessionMode |
SessionMode.from_int(int $value)
Returns the solitaire representing the given (zero-based) numeric value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |