3-14 Developers Guide for Oracle Business Intelligence Publisher
3.31 resendScheduledReport Method
Use the resendScheduledReport method to resend a previously-defined scheduled report. The resend action is respective to the outputJobID. Theres no need to define
any delivery channels options, as the previously-defined delivery parameters are used to perform the resend action.
Signature boolean resendScheduledReportString outputJobID, String userID, String password;
3.32 resendScheduledReportInSession Method
Resends a previously-defined scheduled report based on its associated outputJobID and the bipSessionToken of a given user.
For more information about in-session methods, see Section 1.2, About In-Session
Methods.
Signature boolean resendScheduledReportInSessionString outputJobID, String
bipSessionToken;
3.33 resumeSchedule Method
Use the resumeSchedule method to resume a schedule job that has been suspended.
Table 3–30 Parameters for purgeJobHistoryInSession Method
Parameter Description
String instanceJobID The ID assigned to the job instance. The instanceJobID is a
string of integers. String bipSessionToken
The proprietary token string generated for the user by the BI Publisher server. With the bipSessionToken string, the
user no longer needs to provide user credentials. The BI Publisher server can validate this token string and restore
the BI Publisher server session to perform needed operation.
Table 3–31 Parameters for resendScheduledReport Method
Parameter Description
String outputJobID The ID of the scheduled job to resend.
String userID Specifies the BI Publisher user name.
String password Specifies the password for the user name.
Table 3–32 Parameters for resendScheduledReportInSession Method
Parameter Description
String outputJobID The ID of the scheduled job to resend.
String bipSessionToken The proprietary token string generated for the user by the
BI Publisher server. With the bipSessionToken string, the user no longer needs to provide user credentials. The BI
Publisher server can validate this token string and restore the BI Publisher server session to perform needed
operation.
ScheduleService 3-15
Signature boolean resumeScheduleString jobInstanceID, String userID, String password;
3.34 resumeScheduleInSession Method
Resumes a scheduled job that was previously suspended based on its jobInstanceID and the bipSessionToken of a given user.
For more information about in-session methods, see Section 1.2, About In-Session
Methods.
Signature boolean resumeScheduleInSessionString outputJobID, String bipSessionToken;
3.35 scheduleReport Method
Use the scheduleReport method to schedule the reports that are in the BI Publisher catalog. You can submit and run the reports immediately or create a job to schedule
the reports to run. When you schedule reports you can also deliver reports to any of delivery types that are set up in your BI Publisher Enterprise Server instance. The
method will return a jobID of the scheduled job.
Signature String scheduleReportScheduleRequest scheduleRequest, String userID, String
password;
Table 3–33 Parameters for resumeSchedule Method
Parameter Description
String jobInstanceID The ID assigned to the instance of the job to be resumed.
The jobInstanceID is a string of integers. String userID
Specifies the BI Publisher user name. String password
Specifies the password for the user name.
Table 3–34 Parameters for resumeScheduleInSession Method
Parameter Description
String jobInstanceID The ID assigned to the instance of the job to be resumed.
The jobInstanceID is a string of integers. String bipSessionToken
The proprietary token string generated for the user by the BI Publisher server. With the bipSessionToken string, the
user no longer needs to provide user credentials. The BI Publisher server can validate this token string and restore
the BI Publisher server session to perform needed operation.
Table 3–35 Parameters for scheduleReport Method
Parameter Description
ScheduleRequest scheduleRequest
Specifies a ScheduleRequest object for the report that you want to run. See
Section 2.3.48, ScheduleRequest. String userID
Specifies the BI Publisher user name. String password
Specifies the password for the user name.