pageContext_core.json 988 B

123456789101112131415161718192021222324
  1. {
  2. "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.",
  3. "features": [{
  4. "id": "com.ibm.bi.dashboard",
  5. "collectionItems": [
  6. {
  7. "containerId": "com.ibm.bi.dashboard.boardModelExtension",
  8. "id": "com.ibm.bi.dashboard.boardModel.pageContextExtension",
  9. "name": "pageContext",
  10. "class": "dashboard-analytics/filters/pagecontext/PageContext",
  11. "type": "collection",
  12. "autoCreate": true,
  13. "triggers": [
  14. ]
  15. }, {
  16. "containerId": "com.ibm.bi.dashboard.features",
  17. "id": "com.ibm.bi.dashboard.features.pageContextServiceExtension",
  18. "name": "PageContextService",
  19. "class": "dashboard-analytics/filters/pagecontext/PageContextService",
  20. "dependencies": ["API", "Logger", "internal"]
  21. }
  22. ]
  23. }]
  24. }