getScheduledReportDeliveryInfo Method Oracle Fusion Middleware Online Documentation Library

3-12 Developers Guide for Oracle Business Intelligence Publisher

3.26 getScheduledReportOutputInfoInSession Method

Use the getScheduledReportOutputInfo method to return information about a specific scheduled report output 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 JobOutputsList getScheduledReportOutputInfoInSessionString jobInstanceID, String bipTokenSession;

3.27 getXMLData Method

Use the getXMLData method to return, in XML format, the data document generated by a BI Publisher scheduled job. You can use the JobOutputID returned from the scheduleReport method to retrieve the generated XML document. Note, the getXMLData method returns the byte[] of a report document, while the downloadXMLData Method saves the XML data on the BI Publisher server as a local file. The latter method returns the file ID, enabling the user to download the XML-based document later through the Delivery Service. This is for performance concerns in cases where a report document size is quite large. Signature byte[] getXMLDataString JobInstanceID, String userID, String password; Table 3–25 Parameters for getScheduledReportOutputInfo Method Parameter Description String jobInstanceID The ID of the job for which to return job information. String userID Specifies the BI Publisher user name. String password Specifies the password for the user name. Table 3–26 Parameters for getScheduledReportOutputInfoInSession Method Parameter Description String jobInstanceID The ID of the job for which to return job information. 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–27 Parameters for getXMLData Method Parameter Description String JobInstanceID The ID assigned to the instance of the job that generated the output. The JobInstanceID is a string of integers. String userID Specifies the BI Publisher user name. String password Specifies the password for the user name.