application.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products:ADMIN (C) Copyright IBM Corp. 2017, 2021. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "label": "Activities",
  4. "capabilities": ["canUseScheduling"],
  5. "localizationFileName": "schedule_mgmt",
  6. "features": [{
  7. "id": "com.ibm.bi.schedule_mgmt",
  8. "content": {
  9. "module": "bi/admin/status/slideout/MySchedulesPane"
  10. },
  11. "contextMenus": [{
  12. "id": "scheduleMenu",
  13. "label": "Schedule options",
  14. "actionController": "bi/admin/common/ContextMenuController",
  15. "lensable": true,
  16. "type": "Menu",
  17. "items": [{
  18. "id": "setProperties",
  19. "label": "%setProperties_label",
  20. "icon": "common-configure-manage",
  21. "weight": 300
  22. },{
  23. "id": "runOnce",
  24. "label": "%run_label",
  25. "icon": "common-run",
  26. "weight": 300
  27. }, {
  28. "id": "runHistoryJobDetails",
  29. "label": "%viewRunHistoryDetail",
  30. "icon": "common-savedoutput_reporthistory",
  31. "weight": 400
  32. }, {
  33. "id": "activity-cancel",
  34. "label": "%cancel",
  35. "icon": "common-close-cancel-error",
  36. "weight": 300
  37. },{
  38. "id": "update_subscription",
  39. "label": "%update_subscription_label",
  40. "icon": "common-subscribe_icon",
  41. "weight": 300
  42. },
  43. {
  44. "id": "update_schedule",
  45. "label": "%update_schedule_label",
  46. "icon": "common-subscribe_icon",
  47. "weight": 300
  48. },
  49. {
  50. "id": "versions",
  51. "label": "%view_versions_label",
  52. "icon": "common-versions",
  53. "weight": 200
  54. },
  55. {
  56. "id": "useMyCredentials",
  57. "label": "%useMyCredentials",
  58. "icon": "common-use_credentials"
  59. }, {
  60. "id": "disableSchedule",
  61. "label": "%disableTheSchedule",
  62. "icon": "common-disable_schedule"
  63. }, {
  64. "id": "enableSchedule",
  65. "label": "%enableTheSchedule",
  66. "icon": "common-enable_schedule"
  67. }, {
  68. "id": "disableSubscription",
  69. "label": "%disableTheSubscription",
  70. "icon": "common-disable_schedule"
  71. }, {
  72. "id": "enableSubscription",
  73. "label": "%enableTheSubscription",
  74. "icon": "common-enable_schedule"
  75. }, {
  76. "id": "setPriority",
  77. "label": "%setPriority",
  78. "icon": "common-set_priority"
  79. }, {
  80. "id": "removeSchedule",
  81. "label": "%removeTheSchedule",
  82. "icon": "common-remove_schedule"
  83. }, {
  84. "id": "removeSubscription",
  85. "label": "%removeTheSubscription",
  86. "icon": "common-remove_schedule"
  87. },{
  88. "id": "runDetail",
  89. "label": "%runDetails",
  90. "icon": "common-savedoutput_reporthistory"
  91. }, {
  92. "id": "suspend",
  93. "label": "%suspend",
  94. "icon": "admin-pause"
  95. },{
  96. "id": "release",
  97. "label": "%release",
  98. "icon": "admin-play"
  99. }]
  100. }]
  101. }]
  102. }