deleteJobHistory() Method
In ScheduleService, use the deleteJobHistory() method to perform a "soft" delete of the historical information of a report job, as opposed to the purgeJobHistory() method, which performs a "hard" (permanent) deletion. The deleteJobHistory() method must precede the purgeJobHistory() method.
Signature
boolean deleteJobHistory(String instanceJobID, String userID, String password);
Parameters for deleteJobHistory() Method
Parameter | Description |
---|---|
String instanceJobID |
The ID assigned to the instance of the job that generated the output. The instanceJobID is a string of integers. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |