About HtmlViewService Bridging and Callback URLs

Description of Services and Methods in Oracle BI EE Web Services 3-5

3.2.3 endPage Method

Use this method to destroy the Oracle BI EE Presentation Services server page object and all data associated with it.

3.2.3.1 Signature

void endpageString pageID, String sessionID;

3.2.4 getCommonBodyHTML Method

Use this method to retrieve HTML to include in the BODY section.

3.2.4.1 Signature

String getCommonBodyHTMLString pageID, String sessionID; Arguments Description String pageID Specifies a character string page ID returned by the startPage method. For information about the startPage method, see Section 3.2.9, startPage Method . String reportID Specifies a character string that identifies the analysis containing the results to add to the page. It should be used to reference this analysis in subsequent method invocations; for example, corresponding user interface elements generated by the Oracle Business Intelligence Presentation Services server would reference the same ID. ReportRef report Specifies the analysis definition, supplied in the ReportRef structure. String reportViewName Specifies the view to display. If this parameter is null, the analysis default view is used. The view name should match the one used to identify the view in the analysis XML definition. ReportParams reportParams Optional. Specifies the filters or variables to apply to the analysis before execution, supplied in the ReportParams common structure. For more information, see Section 3, Description of Services and Methods in Oracle BI EE Web Services . ReportHTMLOptions options Optional. Specifies the display options to apply to the analysis after execution, supplied in the ReportHTMLOptions structure. For more information, see Section 2.15, QueryResults Structure . String sessionID Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null. Arguments Description String pageID Specifies the ID of the page object, which is returned by the startPage method for more information, see Section 3.2.9, startPage Method . String sessionID Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.