1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Reporting (C) Copyright IBM Corp. 2017, 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "lensable": false,
- "features":
- [
- {
- "id": "com.ibm.bi.datasets",
- "contextMenus":
- [
- {
- "id": "listMenuContributionEditReport",
- "containerId": "com.ibm.bi.contentApps.listViewMenu",
- "actionController": "bi/authoring/plugins/rsContextMenuActions",
- "type": "MenuContribution",
- "items":
- [
- {
- "id": "datasets-divider-top",
- "type": "divider",
- "weight": 300,
- "lensable": false
- },
- {
- "id": "editDataset",
- "label": "%menuLabel_Context_EditDataset",
- "icon" : "common-edit",
- "environment": {
- "deviceTypes": ["desktop"]
- },
- "weight": 290
- },
- {
- "id": "createDataSetFromPackage",
- "label": "%menuLabel_Context_createDataSetFromPackage",
- "icon": "common-dataset",
- "lensable": false,
- "environment": {
- "deviceTypes": ["desktop"]
- },
- "weight": 290
- },
- {
- "id": "createDataSetFromModule",
- "label": "%menuLabel_Context_createDataSetFromModule",
- "icon": "common-dataset",
- "lensable": false,
- "environment": {
- "deviceTypes": ["desktop"]
- },
- "weight": 290
- },
- {
- "id": "datasets-divider-bottom",
- "type": "divider",
- "weight": 280,
- "lensable": false
- },
- ]
- }
- ],
- "actions":
- [
- {
- "id": "com.ibm.bi.contentApps.defaultAction.dataSet2",
- "description": "%defaultDatasetActionDescription",
- "items": [
- {
- "controller": "bi/authoring/plugins/rsContextMenuActions",
- "environment": {
- "deviceTypes": ["desktop"]
- },
- "weight": 500
- }
- ]
- }
- ],
- "collectionItems":
- [
- {
- "id": "DatasetService",
- "containerId": "com.ibm.bi.DatasetService.provider",
- "name": "DatasetServiceProvider",
- "class": "bi/authoring/plugins/rsDatasetService"
- }
- ]
- }
- ],
- "localizationFileName": "rs_authoring"
- }
|