WCP12c - BAM Integration
I have uploaded to my GitHub the WebCenter Portal Extension - BAM Dashboard Task Flow which helps to integrate with Oracle BAM Dashboards.
https://github.com/DanielMerchan/WebCenterExtensions
Summary of steps about how to use it (more detailed in GitHub)
Summary - Installation:
Usage:
https://github.com/DanielMerchan/WebCenterExtensions
Summary of steps about how to use it (more detailed in GitHub)
Summary - Installation:
- The project produces an ADF JAR Library that you can deploy within the WebCenter Portal Shared-Library extend.spaces.webapp or in a separate Shared-Library referenced by extend.spaces.webapp weblogic.xml
- It requires to create an ADF Connection in WebCenter Portal using the Enterprise Manager (BAM Connection).
-
Add BAM Dashboard Task Flow into WCP Resource Catalog.
-
Add BAM Dashboard Task Flow into a WCP Portal Page.
-
Configure BAM Dashboard Task Flow Input Parameters. (A BAM Dashboard Proxy Page URL looks like http://wcp12c:7004/bam/composer/faces/proxypage?DashboardParameters=%28ProcessSelection%3D%5BALL%5D%3B%29&dashboard=ProcessHealth&project=ProcessAnalytics_v2)
The importan part is DashboardParameters=%28ProcessSelection%3D%5BALL%5D%3B%29&dashboard=ProcessHealth&project=ProcessAnalytics_v2 The rest is built by using the BAM Connection name configured.
-
BAM Connection Name: Provide the ADF Connection Name created for BAM. (E.g. BAMConnection) E.g.: BAMConnection
-
Dashboard: Name of the BAM Dashboard to embed. It corresponds to the URL parameter dashboard E.g.: ProcessHealth
-
Dashboard Parameters (Optional): URL Parameters of the Dashboard. It corresponds to the URL parameter DashboardParameters E.g.: ProcessSelection%3D[ALL]%3B
-
Project: BAM Project the dashboard belongs. It matches to the URL parameter project. E.g.: ProcessAnalytics_v2
-
BAM Connection Name: Provide the ADF Connection Name created for BAM. (E.g. BAMConnection) E.g.: BAMConnection
-
Configure Display Options:
- Strecht Content: True
-
Configure Content Style:
- Give a minimum height. E.g.: 800px
Comments
Post a Comment