123456789101112131415161718192021222324252627282930313233343536 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products:SHARE (C) Copyright IBM Corp. 2015, 2015. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features":
- [
- {
- "id": "com.ibm.bi.share",
- "toolItems":
- [
- {
- "id" : "subscriptions",
- "containerId" : "com.ibm.bi.glass.common.operations",
- "type": "MenuContribution",
- "actionController": "bi/schedule/views/SubscriptionButtonView",
- "items":[
- {
- "id": "start_notify_me",
- "label": "%start_notify_me_label",
- "weight": 250
- },
- {
- "id": "stop_notify_me",
- "label": "%stop_notify_me_label",
- "weight": 240
- },
- {
- "id": "subscribe",
- "label": "%subscribe_label",
- "environment": { "capabilities": ["canUseSchedulingByDay"] }
- }
- ]
- }
- ]
- }
- ]
- }
|