implementation.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: XQE
  4. (C) Copyright IBM Corp. 2008, 2015
  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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:f="http://developer.cognos.com/fragments/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:val="http://developer.cognos.com/schemas/validator/1/" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../schemas/implementation.xsd">
  8. <info>
  9. <!-- Toolbar display title -->
  10. <f:title>Query Service</f:title>
  11. </info>
  12. <meta>
  13. <f:globalValidator version="1.0">
  14. <!-- administration console parameters. -->
  15. <val:parameter>
  16. <val:namePattern>
  17. <val:regex>xqe.*</val:regex>
  18. </val:namePattern>
  19. <val:rule>
  20. <val:type>
  21. <val:string maxLength="10000"/>
  22. </val:type>
  23. </val:rule>
  24. </val:parameter>
  25. </f:globalValidator>
  26. <f:modes>view</f:modes>
  27. <f:windowStates>normal</f:windowStates>
  28. <f:transientProperties name="page"/>
  29. </meta>
  30. <css type="text/css" media="all" href="$WEB$/skins/$SKIN$/V5QueryService/V5QueryService.css"/>
  31. <library type="text/javascript" href="$WEB$/fragments/V5QueryService.js"/>
  32. <render processor="java" source="com.cognos.xqebifw.adminconsole.fragmentproducer.ui.configuration.RenderUI">
  33. <input name="markup">
  34. <div xmlns="http://www.w3.org/1999/xhtml" xmlns:jest="http://jest">
  35. <form name="_THIS_pform" id="_THIS_pform" method="POST" action="_THIS?action=/THIS_">
  36. <input type="hidden" name="mode" id="mode" value="display"/>
  37. <input type="hidden" name="dispatcher" id="dispatcher" value=""/>
  38. <input type="hidden" name="configurationcategory" id="configurationcategory" value=""/>
  39. <jest:content id="page" xmlns="http://www.w3.org/1999/xhtml">insert page content here.</jest:content>
  40. </form>
  41. </div>
  42. </input>
  43. <param name="busHeader"/>
  44. <param name="preferences"/>
  45. <param name="params"/>
  46. </render>
  47. </implementation>