implementation.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?><!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: HTS
  4. (C) Copyright IBM Corp. 2005, 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <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/">
  8. <info>
  9. <frag:title resourceName="IDS_FRAG_COMMENT_VIEWER_DEFAULT_TITLE">Comment Viewer</frag:title>
  10. </info>
  11. <meta>
  12. <frag:transientProperties name="taskid">
  13. <frag:label>Task ID</frag:label>
  14. <frag:datatype>string</frag:datatype>
  15. <frag:validate>
  16. <val:name>taskid</val:name>
  17. <val:ruleRef id="fragment-hts:taskID"/>
  18. </frag:validate>
  19. </frag:transientProperties>
  20. <frag:transientProperties name="notificationtaskid">
  21. <frag:label>Notification ID</frag:label>
  22. <frag:datatype>string</frag:datatype>
  23. <frag:validate>
  24. <val:name>notificationtaskid</val:name>
  25. <val:ruleRef id="fragment-hts:taskID"/>
  26. </frag:validate>
  27. </frag:transientProperties>
  28. <frag:transientProperties name="Task.Comments">
  29. <frag:label>Comments</frag:label>
  30. <frag:datatype>string</frag:datatype>
  31. <frag:validate>
  32. <val:name>Task.Comments</val:name>
  33. <val:ruleRef id="fragment-hts:commentString"/>
  34. </frag:validate>
  35. </frag:transientProperties>
  36. </meta>
  37. <message source="/messages/myinbox.xml"/>
  38. <stage processor="xslt" source="myinbox/menu/commentsMenu.xslt">
  39. <output name="commentsMenu"/>
  40. </stage>
  41. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.CommentViewerInteractionStage" processor="java">
  42. <param name="busHeader"/>
  43. </interaction>
  44. <render>
  45. <input name="commentsMenu"/>
  46. <param name="preferences"/>
  47. <mode name="view">
  48. <transforms>
  49. <transform source="myinbox/commentviewer/view/render-comments.xslt">
  50. <logicsheet source="myinbox/logicsheets/dynamicExpandArea.xslt"/>
  51. </transform>
  52. <transform source="myinbox/common/hts_ui.xslt"/>
  53. </transforms>
  54. </mode>
  55. </render>
  56. </implementation>