12345678910111213141516171819 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2018. 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.features",
- "id": "com.ibm.bi.dashboard.queryService",
- "name": "QueryService",
- "class": "dashboard-analytics/features/dashboard/queryService/QueryService",
- "dependencies":["API", "Logger", "QueryService.internal"]
- },{
- "containerId": "com.ibm.bi.dashboard.features",
- "id": "com.ibm.bi.dashboard.queryService2",
- "name": "QueryService2",
- "class": "dashboard-analytics/features/dashboard/queryService/QueryService2",
- "dependencies":["API", "Logger", "QueryService.internal"]
- }]
- }]
- }
|