updateReportDefinitionInSession Method updateTemplateForReport Method updateTemplateForReportInSession Method

ReportService 4-13 For more information about in-session methods, see Section 1.2, About In-Session Methods. Signature boolean updateTemplateForReportInSessionString reportAbsolutePath, String templateName, String locale, byte[] templateData, String bipSessionToken;

4.25 updateXLIFFForReport Method

Use updateXLIFFForReport method to update a translation file XLIFF associated with a layout definition in the BI Publisher catalog. Signature boolean updateXLIFFForReportString reportAbsolutePath, byte[] xliffData, String layoutFileName, String locale, String userID, String password;

4.26 updateXLIFFForReportInSession Method

Use updateXLIFFForReportInSession method to update a translation file XLIFF associated with a layout definition in the BI Publisher catalog based on the bipSessionToken of a given user. Table 4–24 Parameters for updateTemplateForReportInSession Method Parameter Description String reportAbsolutePath The path to the report that contains the template to update. For example: HR ManagerEmployee ReportsEmployee Listing.xdo String templateName The name of the template to update for example, Chart Layout. String locale The locale of the template to update for example, en_US. byte[] templateData The template file. 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 4–25 Parameters for updateXLIFFForReport Method Parameter Description String reportAbsolutePath The path to the report to that contains the XLIFF file to update. For example: HR ManagerEmployee ReportsEmployee Listing.xdo byte[] xliffData The XLIFF fie to upload. String layoutFileName The file name of the layout for which the XLIFF file is to be updated. For example: employee_listing.rtf. String locale The locale to assign to the XLIFF for example, en_US. String userID Specifies the BI Publisher user name. String password Specifies the password for the user name. 4-14 Developers Guide for Oracle Business Intelligence Publisher For more information about in-session methods, see Section 1.2, About In-Session Methods. Signature boolean updateXLIFFForReportInSessionString reportAbsolutePath, byte[] xliffData, String layoutFileName, String locale, String bipSessionToken;

4.27 uploadReportDataChunk Method

Use uploadReportDataChunk method to upload a report data chunk. Signature uploadReportDataChunkString fileID, byte[] reportDataChunk, String reportRawDataChunk, String userID, String password;

4.28 uploadReportDataChunkInSession Method

Use uploadReportDataChunkInSession method to upload a report data chunk based on the bipSessionToken of a given user. For more information about in-session methods, see Section 1.2, About In-Session Methods. Table 4–26 Parameters for updateXLIFFForReportInSession Method