getScheduledJobInfo() Method
In ScheduleService, use the getScheduledJobInfo() method to return a JobDetail object that provides the details about a submitted job, including report parameters and other properties. This method retrieves all information stored in the database for a given jobInstanceID, userID, and password.
Signature
JobDetail getScheduledJobInfo(int jobInstanceID, String userID, String password);
Parameters for getScheduledJobInfo() Method
Parameter | Description |
---|---|
int jobInstanceID |
The ID of the job for which to return job information. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |