Java_cmQueryUI_Explain.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Java cmQueryUI Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">cmQueryUI.java - Queries the content manager.</p>
  16. <p class="formText">The Java cmQueryUI sample program contains methods to query content manager.</p>
  17. <br>
  18. <!-- * * * * * * * * * -->
  19. <!-- -->
  20. <!-- Dependent Files -->
  21. <!-- -->
  22. <!-- * * * * * * * * * -->
  23. <p class="FormLabel">Dependent Files</p>
  24. <p class="formText">Associated files are contained under the java sample folder.<br>
  25. Additional files required for running are identified in the CLASSPATH definitions in run.bat file.</p>
  26. <!-- * * * * * * * * * -->
  27. <!-- -->
  28. <!-- How To Run -->
  29. <!-- -->
  30. <!-- * * * * * * * * * -->
  31. <p class="FormLabel">How To Run The Sample Program</p>
  32. <p class="FormLabel">Initial Setup:</p>
  33. <p class="formText">
  34. 1. Edit the file <b>run.bat</b>.<br>
  35. 2. Replace the values <b>myusername</b>, <b>mypassword</b> and <b>mynamespace</b> with values appropriate for your configuration.<br>
  36. 3. Optionally, modify the value of the <b>search</b> parameter to a custom search path of your preference.<br>
  37. 4. Save your changes.<br>
  38. <p class="formText">At a command prompt, execute the file run.bat.</p>
  39. <!-- * * * * * * * * * -->
  40. <!-- -->
  41. <!-- Expected Results -->
  42. <!-- -->
  43. <!-- * * * * * * * * * -->
  44. <p class="FormLabel">Expected Results</p>
  45. <p class="formText">The results of the query will be displayed in the console.</p>
  46. <!-- * * * * * * * * * -->
  47. <!-- -->
  48. <!-- Documentation -->
  49. <!-- -->
  50. <!-- * * * * * * * * * -->
  51. <p class="FormLabel">Documentation</p>
  52. <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
  53. <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
  54. </BODY>
  55. </HTML>