updateXLIFFForReportInSession() Method
In ReportService, use the updateXLIFFForReportInSession() method to update a translation file (XLIFF) associated with a layout definition in the catalog based on the bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
boolean updateXLIFFForReportInSession(String reportAbsolutePath, byte[] xliffData, String layoutFileName, String locale, String bipSessionToken);
Parameters for updateXLIFFForReportInSession() Method
Parameter | Description |
---|---|
String reportAbsolutePath |
The path to the report to that contains the XLIFF file to update. For example: /HR Manager/Employee Reports/Employee 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, |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |