123456789101112131415161718192021222324 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp.2017. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [{
- "id": "com.ibm.bi.dashboard",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.boardModelExtension",
- "id": "com.ibm.bi.dashboard.boardModel.pageContextExtension",
- "name": "pageContext",
- "class": "dashboard-analytics/filters/pagecontext/PageContext",
- "type": "collection",
- "autoCreate": true,
- "triggers": [
- ]
- }, {
- "containerId": "com.ibm.bi.dashboard.features",
- "id": "com.ibm.bi.dashboard.features.pageContextServiceExtension",
- "name": "PageContextService",
- "class": "dashboard-analytics/filters/pagecontext/PageContextService",
- "dependencies": ["API", "Logger", "internal"]
- }
- ]
- }]
- }
|