implementation.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!--
  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_APPROVE_RENDERING_DEFAULT_TITLE">Approve Rendering</frag:title>
  10. </info>
  11. <meta>
  12. <frag:publishedEvents>com.ibm.cognos.internal.hts.fragment.UpdatedTaskInfo</frag:publishedEvents>
  13. </meta>
  14. <message source="/messages/myinbox.xml"/>
  15. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.ApproveRenderingInteractionStage" processor="java">
  16. <param name="busHeader"/>
  17. </interaction>
  18. <logic processor="xts" source="/myinbox/common/gen-links/gen-links.xts">
  19. <param name="busHeader"/>
  20. </logic>
  21. <render>
  22. <param name="interactions"/>
  23. <!-- need the preferences to get access to the content/product locale -->
  24. <param name="preferences"/>
  25. <!-- need the busHeader to get access to the format user preference -->
  26. <param name="busHeader"/>
  27. <mode name="view">
  28. <transforms>
  29. <transform source="myinbox/approveRendering/view/render-approveRenderings.xslt"/>
  30. <transform source="myinbox/common/hts_ui.xslt"/>
  31. </transforms>
  32. </mode>
  33. </render>
  34. </implementation>