12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: HTS
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:val="http://developer.cognos.com/schemas/validator/1/" xmlns:fragment="urn:cognos:fragments:validator" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../../schemas/implementation.xsd" xmlns:frag="http://developer.cognos.com/fragments/1/">
- <info>
- <frag:title resourceName="IDS_FRAG_NOTIFICATION_OPTIONS_VIEWER_DEFAULT_TITLE">Notification Options Viewer</frag:title>
- </info>
- <meta>
- <frag:transientProperties name="taskid">
- <frag:label>Task ID</frag:label>
- <frag:datatype>string</frag:datatype>
- <frag:validate>
- <val:name>taskid</val:name>
- <val:rule><val:pattern><val:regex>[a-z0-9:\-]{0,50}</val:regex></val:pattern></val:rule>
- </frag:validate>
- </frag:transientProperties>
- <frag:publishedEvents>cognos.hts.changed_subscriptions</frag:publishedEvents>
- <frag:eventDescriptions name="cognos.hts.changed_subscriptions" type="params">
- <frag:description>This event is fired when a user changes a notification option</frag:description>
- <frag:label>changed_subscriptions</frag:label>
- <frag:hint>changed_subscriptions</frag:hint>
- </frag:eventDescriptions>
- </meta>
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.NotificationOptionsViewerInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <render>
- <param name="preferences"/>
- <mode name="view">
- <transforms>
- <transform source="myinbox/notificationoptionsviewer/view/render-notification-options.xslt">
- <logicsheet source="myinbox/logicsheets/dynamicExpandArea.xslt"/>
- </transform>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|