authoring.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Reporting (C) Copyright IBM Corp. 2017, 2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features":
  4. [
  5. {
  6. "id": "com.ibm.bi.authoring",
  7. "toolItems":
  8. [
  9. {
  10. "id": "createReport",
  11. "containerId" : "com.ibm.bi.glass.common.createMenu",
  12. "actionController": "bi/authoring/plugins/rsCreateMenuActions",
  13. "type": "MenuContribution",
  14. "items" :
  15. [
  16. {
  17. "id": "createTemplate",
  18. "label": "%menuLabel_Create_Report",
  19. "icon" : "common-report",
  20. "environment": {
  21. "roles": ["admin", "author"],
  22. "deviceTypes": ["desktop"]
  23. },
  24. "weight": 500
  25. }
  26. ]
  27. }
  28. ],
  29. "contextMenus":
  30. [
  31. {
  32. "id": "listMenuContributionEditReport",
  33. "containerId": "com.ibm.bi.contentApps.listViewMenu",
  34. "actionController": "bi/authoring/plugins/rsContextMenuActions",
  35. "type": "MenuContribution",
  36. "items":
  37. [
  38. {
  39. "id": "createReportFromModule",
  40. "label": "%menuLabel_Context_createReportFromModule",
  41. "icon": "common-report",
  42. "lensable": false,
  43. "environment": {
  44. "roles": ["admin", "author"],
  45. "deviceTypes": ["desktop"]
  46. },
  47. "weight": 320
  48. },
  49. {
  50. "id": "createReportFromPackage",
  51. "label": "%menuLabel_Context_createReportFromPackage",
  52. "icon": "common-report",
  53. "lensable": false,
  54. "environment": {
  55. "roles": ["admin", "author"],
  56. "deviceTypes": ["desktop"]
  57. },
  58. "weight": 320
  59. },
  60. {
  61. "id": "editReport",
  62. "label": "%menuLabel_Context_EditReport",
  63. "icon" : "common-edit",
  64. "environment": {
  65. "roles": ["admin", "author"],
  66. "deviceTypes": ["desktop"]
  67. },
  68. "weight": 300
  69. },
  70. {
  71. "id": "convertToReport",
  72. "label": "%menuLabel_Context_convertToReport",
  73. "icon" : "common-edit",
  74. "lensable": false,
  75. "environment": {
  76. "roles": ["admin", "author"],
  77. "deviceTypes": ["desktop"]
  78. },
  79. "weight": 300
  80. },
  81. {
  82. "id": "saveAsReportView",
  83. "label": "%saveAsReportView",
  84. "icon": "common-report_view",
  85. "environment": {
  86. "deviceTypes": ["desktop"]
  87. },
  88. "weight": 300
  89. },
  90. {
  91. "id": "saveAsPowerPlayView",
  92. "label": "%saveAsPowerPlayView",
  93. "icon": "common-powerPlay8_view",
  94. "environment": {
  95. "roles": ["admin", "author"],
  96. "deviceTypes": ["desktop"]
  97. },
  98. "weight": 300
  99. }
  100. ]
  101. }
  102. ],
  103. "actions": [
  104. {
  105. "id": "com.ibm.bi.contentApps.defaultAction.query",
  106. "description": "Default action for query - launch in a new tab, view, run",
  107. "items": [
  108. {
  109. "controller": "bi/authoring/plugins/rsContextMenuActions",
  110. "weight": 950
  111. }
  112. ]
  113. },
  114. {
  115. "id": "com.ibm.bi.contentApps.defaultAction.analysis",
  116. "description": "Default action for analysis - launch in a new tab, view, run",
  117. "items": [
  118. {
  119. "controller": "bi/authoring/plugins/rsContextMenuActions",
  120. "weight": 950
  121. }
  122. ]
  123. },
  124. {
  125. "id": "com.ibm.bi.contentApps.defaultAction.report",
  126. "description": "%defaultReportActionDescription",
  127. "items": [
  128. {
  129. "controller": "bi/authoring/plugins/rsContextMenuActions",
  130. "weight": 500
  131. }
  132. ]
  133. },
  134. {
  135. "id": "com.ibm.bi.contentApps.defaultAction.interactiveReport",
  136. "description": "%defaultInteractiveReportActionDescription",
  137. "items": [
  138. {
  139. "controller": "bi/authoring/plugins/rsContextMenuActions",
  140. "weight": 500
  141. }
  142. ]
  143. },
  144. {
  145. "id": "com.ibm.bi.contentApps.defaultAction.reportView",
  146. "description": "%defaultReportViewActionDescription",
  147. "items": [
  148. {
  149. "controller": "bi/authoring/plugins/rsContextMenuActions",
  150. "weight": 500
  151. }
  152. ]
  153. },
  154. {
  155. "id": "com.ibm.bi.contentApps.defaultAction.reportTemplate",
  156. "description": "%defaultReportTemplateActionDescription",
  157. "items": [
  158. {
  159. "controller": "bi/authoring/plugins/rsContextMenuActions",
  160. "environment": {
  161. "roles": ["admin", "author"],
  162. "deviceTypes": ["desktop"]
  163. },
  164. "weight": 500
  165. }
  166. ]
  167. },
  168. {
  169. "id": "com.ibm.bi.contentApps.action.runAs",
  170. "description": "%runAsActionDescription",
  171. "items": [
  172. {
  173. "controller": "bi/authoring/plugins/rsContextMenuActions"
  174. }
  175. ]
  176. }
  177. ]
  178. },
  179. {
  180. "id": "com.ibm.bi.authoring",
  181. "collectionItems":
  182. [
  183. {
  184. "id": "share.authoring",
  185. "containerId":"com.ibm.bi.glass.common.sharedResources",
  186. "label": "%menuLabel_Collection_SharedResources",
  187. "types":["interactiveReport", "report", "reportView", "dataSet2", "query", "analysis", "output", "reportVersion"],
  188. "perspectives":["authoring", "classicviewer"],
  189. "actionController":"bi/authoring/plugins/rsContextMenuActions"
  190. },
  191. {
  192. "id": "ReportingDrillInfoService",
  193. "containerId": "com.ibm.bi.DrillInfoService.provider",
  194. "name": "ReportingDrillInfoServiceProvider",
  195. "assetTypes": ["report"],
  196. "class": "bi/authoring/plugins/rsDrillInfoService"
  197. },
  198. {
  199. "id": "ReportToDashboardService",
  200. "containerId": "com.ibm.bi.ReportToDashboardService.provider",
  201. "name": "ReportToDashboardServiceProvider",
  202. "assetTypes": ["report"],
  203. "class": "bi/authoring/plugins/rsReportToDashboardService"
  204. },
  205. {
  206. "id": "Savedoutput",
  207. "containerId": "com.ibm.bi.contentApps.authoring.outputHandlers",
  208. "label": "view",
  209. "outputHandler": "bi/authoring/utils/rsOutputHandler"
  210. }
  211. ]
  212. }
  213. ],
  214. "localizationFileName": "rs_authoring"
  215. }