BI Composer Wizard Viewer Task Flow Parameters

Adding BI Composer to ADF Applications 3-5 For more information about adding parameters to a task flow, see Chapter 16: Using Parameters in Task Flows in the Oracle Fusion Middleware Fusion Developers Guide for Oracle Application Development Framework Table 3–2 contains each event, its description, and its payload.

3.2.5.3 BI Composer Wizard Viewer Task Flow Parameters

Use the following information to initialize the taskflow with values for parameters based on other elements in the page. For example, you can uses these parameters if you have a list of analyses in the page and the selected analysis needs to be passed as a parameter to the viewer so that it can render the analysis. The task flow document location is: WEB-INForaclebiadfappsanswersflowBIReportViewerTF.xml The task flow’s ID is: id: BIReportViewerTF For more information about adding parameters to a task flow, see Chapter 16: Using Parameters in Task Flows in the Oracle Fusion Middleware Fusion Developers Guide for Oracle Application Development Framework Table 3–3 lists each task flow parameter, its description, type, default value, and if it is required. Table 3–2 BI Composer Report Wizard Editor Task Flow Events Event Name Description Payload biAnsReportWizardCancelEvent Triggered when the user clicks on the wizard’s Cancel button. None biAnsReportWizardSaveEvent Triggered when the user saves an analysis to the catalog. Path to the analysis saved in the Catalog. biAnsReportWizardRefreshCatalogEvent Triggered when any action, such as rename or delete, is performed that requires external consumers to refresh their catalog tree. Path to the analysis in the catalog which was the source of the action that requires a catalog refresh. Table 3–3 BI Composer Report Wizard Viewer Task Flow Parameters Parameter Name Description Type Required? Default Value biReportPath The catalog path for the analysis that is being viewed. String No null biConnectionId The ID of the deployed Oracle BI EE Presentation Services connection. String No bi-default biReportXML The analysis’ XML to use for editing. String No null biTenantId Unused NA NA NA 3-6 Oracle Fusion Middleware Developers Guide for Oracle Business Intelligence Enterprise Edition biContentType The type of content being viewed: biReportContent for analyses or biDashboardContent for dashboards. String No null biReportViewName Unused NA NA NA Table 3–3 Cont. BI Composer Report Wizard Viewer Task Flow Parameters Parameter Name Description Type Required? Default Value 4 Using the Oracle BI EE Logical SQL View Object 4-1 4 Using the Oracle BI EE Logical SQL View Object This chapter explains how you use the Oracle BI EE Logical SQL view object to embed business intelligence data into an ADF application’s components. This chapter includes the following sections: ■ Introduction to the Oracle BI EE Logical SQL View Object