getScheduledJobInfoInSession() Method
In ScheduleService, use the getScheduledJobInfoInSession() method to return a JobDetail object that provides the details for the job that's associated with a given jobInstanceID and the bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
JobDetail getScheduledJobInfoInSession(String jobInstanceID, String bipSessionToken);
Parameters for getScheduledJobInfoInSession() Method
Parameter | Description |
---|---|
String jobInstanceID |
The ID assigned to the job instance. The jobInstanceID is a string of integers. |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |