GoTo2Launch.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. *****************************************************************
  4. ** Licensed Materials - Property of IBM
  5. **
  6. ** IBM Cognos Products: drill
  7. **
  8. ** (C) Copyright IBM Corp. 2001, 2010
  9. **
  10. ** US Government Users Restricted Rights - Use, duplication or
  11. ** disclosure restricted by GSA ADP Schedule Contract with
  12. ** IBM Corp.
  13. *****************************************************************
  14. -->
  15. <!--
  16. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  17. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  18. -->
  19. <launchComponent name="CognosViewer" launchType="form" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cognoslaunch.xsd">
  20. <!-- Use the presentation service to launch the Go To page -->
  21. <param name="b_action">
  22. <defaultValue forceDefault="true">xts.run</defaultValue>
  23. </param>
  24. <param name="m">
  25. <defaultValue forceDefault="true">portal/goto2.xts</defaultValue>
  26. </param>
  27. <!--MODEL BASED DRILL THROUGH PARAMETERS -->
  28. <!-- search path to source model -->
  29. <param name="modelPath"/>
  30. <!-- AUTHORED DRILL THROUGH PARAMETERS -->
  31. <!-- a list of authored reports with properties
  32. TO DO: show format here
  33. -->
  34. <param name="authoredDrillthru"/>
  35. <!-- back URL ? -->
  36. <!-- Direct Launch -->
  37. <param name="directLaunch"/>
  38. <!-- specify the language to use for the GO TO page -->
  39. <param name="lang"/>
  40. <!-- Routing Server group if known -->
  41. <param name="ui.routingServerGroup"/>
  42. <!-- specify the parameter values used by the source report
  43. These are used to satisfy ambiguous connections
  44. -->
  45. <param name="encExecutionParameters"/>
  46. <!-- parameter values
  47. TODO: show format here
  48. -->
  49. <param name="modeledDrillThru"/>
  50. <!-- custom URL
  51. TODO: show format here
  52. -->
  53. <param name="customURL"/>
  54. <!-- drill context
  55. TODO: show format here
  56. -->
  57. <param name="drillContext"/>
  58. <!-- custom Form
  59. TODO: show format here
  60. -->
  61. <param name="customForm"/>
  62. <!-- TODO: sprint3-WO2374 (details) -->
  63. <!-- TODO: this is a temporary parameter for dynamic drill through
  64. Until we implement as part of package based drill through (WO 2400)
  65. -->
  66. <param name="directAction"/>
  67. </launchComponent>