implementation.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_ACKNOWLEDGE_RENDERING_DEFAULT_TITLE">Acknowledge Rendering</frag:title>
  10. </info>
  11. <meta>
  12. <frag:transientProperties name="selectedTask">
  13. <frag:label>JSON task</frag:label>
  14. <frag:datatype>string</frag:datatype>
  15. <frag:validate>
  16. <val:name>selectedTask</val:name>
  17. <val:ruleRef id="fragment-hts:JSONTaskAbstract"/>
  18. </frag:validate>
  19. </frag:transientProperties>
  20. </meta>
  21. <message source="/messages/myinbox.xml"/>
  22. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.AcknowledgeRenderingInteractionStage" processor="java">
  23. <param name="busHeader"/>
  24. </interaction>
  25. <logic processor="xts" source="/myinbox/common/gen-links/gen-links.xts">
  26. <param name="busHeader"/>
  27. </logic>
  28. <render>
  29. <param name="interactions"/>
  30. <!-- need the preferences to get access to the content/product locale -->
  31. <param name="preferences"/>
  32. <!-- need the busHeader to get access to the format user preference -->
  33. <param name="busHeader"/>
  34. <mode name="view">
  35. <transforms>
  36. <transform source="myinbox/acknowledgeRendering/view/render-acknowledgeRenderings.xslt"/>
  37. <transform source="myinbox/common/hts_ui.xslt"/>
  38. </transforms>
  39. </mode>
  40. </render>
  41. </implementation>