getTemplateParameters Method Oracle Fusion Middleware Online Documentation Library

ReportService 4-9

4.15 getXDOSchema Method

Use getXDOSchema method to retrieve the XDO schema for a report definition in the BI Publisher catalog. Signature byte[] getXDOSchemaString reportAbsolutePath, String locale, String userID, String password;

4.16 getXDOSchemaInSession Method

Use getXDOSchemaInSession method to retrieve the XDO schema for a report definition in the BI Publisher catalog based on a bipSessionToken of a given user. For more information about in-session methods, see Section 1.2, About In-Session Methods. Signature byte[] getXDOSchemaInSessionString reportAbsolutePath, String locale, String bipSessionToken; 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–15 Parameters for getXDOSchema Method Parameter Description String reportAbsolutePath The path to the report from which to retrieve the XDO schema. For example: HR ManagerEmployee ReportsEmployee Listing.xdo String locale The locale of the template to retrieve for example, en_US. String userID Specifies the BI Publisher user name. String password Specifies the password for the user name. Table 4–16 Parameters for getXDOSchemaInSession Method Parameter Description String reportAbsolutePath The path to the report from which to retrieve the XDO schema. For example: HR ManagerEmployee ReportsEmployee Listing.xdo String locale The locale of the template to retrieve for example, en_US. 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–14 Cont. Parameters for getTemplateParameterInSession Method