resumeScheduleInSession Method scheduleReport Method

3-16 Developers Guide for Oracle Business Intelligence Publisher

3.36 scheduleReportInSession Method

Schedules a report based on the schedule request, delivery channel, and bipSessionToken of a given user. For more information about in-session methods, see Section 1.2, About In-Session Methods. Signature String scheduleReportInSessionScheduleRequest scheduleRequest, DeliveryChannel deliveryChannel, String bipSessionToken;

3.37 suspendSchedule Method

Use the suspendSchedule method to suspend a schedule job. Signature boolean suspendscheduleString jobInstanceID, String userID, String password;

3.38 suspendScheduleInSession Method

Suspends a scheduled report based on its associated 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 suspendScheduleInSessionString jobInstanceID, String bipSessionToken; Table 3–36 Parameters for scheduleReportInSession Method Parameter Description ScheduleRequest scheduleRequest Specifies a ScheduleRequest object for the report that you want to run. See Section 2.3.48, ScheduleRequest. . DeliveryChannel deliveryChannel Specifies the delivery channels through which the report will be delivered. See Section 2.3.20, DeliveryChannels. 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–37 Parameters for suspendSchedule Method Parameter Description String jobInstanceID The ID assigned to the instance of the job to be suspended. The jobInstanceID is a string of integers. String userID Specifies the BI Publisher user name. String password Specifies the password for the user name. ScheduleService 3-17 Table 3–38 Parameters for suspendScheduleInSession Method Parameter Description String jobInstanceID The ID assigned to the instance of the job to be suspended. 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.