datasets.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "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.",
  3. "lensable": false,
  4. "features":
  5. [
  6. {
  7. "id": "com.ibm.bi.datasets",
  8. "contextMenus":
  9. [
  10. {
  11. "id": "listMenuContributionEditReport",
  12. "containerId": "com.ibm.bi.contentApps.listViewMenu",
  13. "actionController": "bi/authoring/plugins/rsContextMenuActions",
  14. "type": "MenuContribution",
  15. "items":
  16. [
  17. {
  18. "id": "datasets-divider-top",
  19. "type": "divider",
  20. "weight": 300,
  21. "lensable": false
  22. },
  23. {
  24. "id": "editDataset",
  25. "label": "%menuLabel_Context_EditDataset",
  26. "icon" : "common-edit",
  27. "environment": {
  28. "deviceTypes": ["desktop"]
  29. },
  30. "weight": 290
  31. },
  32. {
  33. "id": "createDataSetFromPackage",
  34. "label": "%menuLabel_Context_createDataSetFromPackage",
  35. "icon": "common-dataset",
  36. "lensable": false,
  37. "environment": {
  38. "deviceTypes": ["desktop"]
  39. },
  40. "weight": 290
  41. },
  42. {
  43. "id": "createDataSetFromModule",
  44. "label": "%menuLabel_Context_createDataSetFromModule",
  45. "icon": "common-dataset",
  46. "lensable": false,
  47. "environment": {
  48. "deviceTypes": ["desktop"]
  49. },
  50. "weight": 290
  51. },
  52. {
  53. "id": "datasets-divider-bottom",
  54. "type": "divider",
  55. "weight": 280,
  56. "lensable": false
  57. },
  58. ]
  59. }
  60. ],
  61. "actions":
  62. [
  63. {
  64. "id": "com.ibm.bi.contentApps.defaultAction.dataSet2",
  65. "description": "%defaultDatasetActionDescription",
  66. "items": [
  67. {
  68. "controller": "bi/authoring/plugins/rsContextMenuActions",
  69. "environment": {
  70. "deviceTypes": ["desktop"]
  71. },
  72. "weight": 500
  73. }
  74. ]
  75. }
  76. ],
  77. "collectionItems":
  78. [
  79. {
  80. "id": "DatasetService",
  81. "containerId": "com.ibm.bi.DatasetService.provider",
  82. "name": "DatasetServiceProvider",
  83. "class": "bi/authoring/plugins/rsDatasetService"
  84. }
  85. ]
  86. }
  87. ],
  88. "localizationFileName": "rs_authoring"
  89. }