123456789101112131415161718192021222324252627282930313233343536 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: HTS
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <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/">
- <info>
- <frag:title resourceName="IDS_FRAG_CONTEXTAGENT_RENDERING_DEFAULT_TITLE">Context Agent Rendering</frag:title>
- </info>
- <meta>
- </meta>
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.AgentUserTaskRenderingInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <logic processor="xts" source="/myinbox/common/gen-links/gen-links.xts">
- <param name="busHeader"/>
- </logic>
- <render>
- <param name="interactions"/>
- <!-- need the preferences to get access to the content/product locale -->
- <param name="preferences"/>
- <!-- need the busHeader to get access to the format user preference -->
- <param name="busHeader"/>
- <mode name="view">
- <transforms>
- <transform source="myinbox/agentUserTaskRendering/view/render-agentUserTaskRenderings.xslt"/>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|