implementation.xml 1.7 KB

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