1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!--
- 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_ACKNOWLEDGE_RENDERING_DEFAULT_TITLE">Acknowledge Rendering</frag:title>
- </info>
- <meta>
- <frag:transientProperties name="selectedTask">
- <frag:label>JSON task</frag:label>
- <frag:datatype>string</frag:datatype>
- <frag:validate>
- <val:name>selectedTask</val:name>
- <val:ruleRef id="fragment-hts:JSONTaskAbstract"/>
- </frag:validate>
- </frag:transientProperties>
- </meta>
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.AcknowledgeRenderingInteractionStage" 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/acknowledgeRendering/view/render-acknowledgeRenderings.xslt"/>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|