implementation.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: HTS
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <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/">
  9. <info>
  10. <frag:title resourceName="IDS_FRAG_NOTIFICATION_OPTIONS_VIEWER_DEFAULT_TITLE">Notification Options Viewer</frag:title>
  11. </info>
  12. <meta>
  13. <frag:transientProperties name="taskid">
  14. <frag:label>Task ID</frag:label>
  15. <frag:datatype>string</frag:datatype>
  16. <frag:validate>
  17. <val:name>taskid</val:name>
  18. <val:rule><val:pattern><val:regex>[a-z0-9:\-]{0,50}</val:regex></val:pattern></val:rule>
  19. </frag:validate>
  20. </frag:transientProperties>
  21. <frag:publishedEvents>cognos.hts.changed_subscriptions</frag:publishedEvents>
  22. <frag:eventDescriptions name="cognos.hts.changed_subscriptions" type="params">
  23. <frag:description>This event is fired when a user changes a notification option</frag:description>
  24. <frag:label>changed_subscriptions</frag:label>
  25. <frag:hint>changed_subscriptions</frag:hint>
  26. </frag:eventDescriptions>
  27. </meta>
  28. <message source="/messages/myinbox.xml"/>
  29. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.NotificationOptionsViewerInteractionStage" processor="java">
  30. <param name="busHeader"/>
  31. </interaction>
  32. <render>
  33. <param name="preferences"/>
  34. <mode name="view">
  35. <transforms>
  36. <transform source="myinbox/notificationoptionsviewer/view/render-notification-options.xslt">
  37. <logicsheet source="myinbox/logicsheets/dynamicExpandArea.xslt"/>
  38. </transform>
  39. <transform source="myinbox/common/hts_ui.xslt"/>
  40. </transforms>
  41. </mode>
  42. </render>
  43. </implementation>