implementation.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  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_LINK_VIEWER_DEFAULT_TITLE">Attachments</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:ruleRef id="fragment-hts:taskID"/>
  19. </frag:validate>
  20. </frag:transientProperties>
  21. </meta>
  22. <message source="/messages/myinbox.xml"/>
  23. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.AttachmentInteractionStage" processor="java">
  24. <param name="busHeader"/>
  25. </interaction>
  26. <render>
  27. <mode name="view">
  28. <transforms>
  29. <transform source="myinbox/linkviewer/view/render-links.xslt"/>
  30. </transforms>
  31. </mode>
  32. </render>
  33. </implementation>