(file) Return to GetQualifier.html CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs

File: [Pegasus] / pegasus / cgi / htdocs / Attic / GetQualifier.html (download) / (as text)
Revision: 1.9, Thu Aug 28 17:10:40 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, HPUX_TEST, HEAD
Changes since 1.8: +0 -0 lines
FILE REMOVED
BUG#: 7860
TITLE: pegasus/cgi directory is obsolete
DESCRIPTION: Remove unused files.

<html>
  <body bgcolor="#CCCCCC">
    <table width="100%">
      <tr>
	<td width="50%" align="bottom"><h1>GetQualifier CIM Operation</h1><td>
	<td width="50%" align="right">
	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
        </td>
      </tr>
    </table>
    <hr>
    <form name="GetQualifier" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
      <INPUT TYPE="hidden" NAME="Operation" VALUE="GetQualifier">
      <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
      <INPUT TYPE="hidden" NAME="debug" VALUE="">
      <p>
    The <TT>getQualifier</TT> operation retrieves a single Qualifier
    declaration from the target Namespace.
      <p><b><a href="#NameSpace">NameSpace</a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp;
      String that defines the target namespace. See <a href="enumeratenamespaces.html">NameSpace
      Operations</a> for more information
      <p><b><a href="#QualifierName">QualifierName</a></b> <INPUT TYPE="text" NAME="QualifierName" SIZE=30>
      Identifies the <a href="#Qualifier">Qualifier</a> whose declaration is to
      be retrieved.
      <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <INPUT TYPE="reset" VALUE="Reset Form">
    </form>
   <script>
       document.GetQualifier.hostaddress.value = top.hostAddress;
       document.GetQualifier.debug.value = top.debug
       document.GetQualifier.NameSpace.value = top.NameSpace
       window.focus();
   </script>
    <hr>
    <h2>Request Return</h2>

    <p> If successful, the method returns the Qualifier declaration for the
    named Qualifier.

    If unsuccessful, one of the following status codes MUST be returned by this
    method, where the first applicable error in the list (starting with the
    first element of the list, and working down) is the error returned. Any
    additional method-specific interpretation of the error in is given in
    parentheses.

    <UL>
      <LI>CIM_ERR_ACCESS_DENIED
      <LI>CIM_ERR_NOT_SUPPORTED
      <LI>CIM_ERR_INVALID_NAMESPACE
      <LI>CIM_ERR_INVALID_PARAMETER (including missing,
      	duplicate,&nbsp;unrecognized or otherwise incorrect parameters)
      <LI>CIM_ERR_INVALID_CLASS (the CIM Class does not exist in the specified
      	namespace)
      <LI>CIM_ERR_NOT_FOUND (the CIM Class does exist, but the requested
      	CIM&nbsp;Instance does not exist in the specified namespace)
      <LI>CIM_ERR_NO_SUCH_PROPERTY (the CIM Instance does exist, but the
      	requested Property does not)&nbsp;
      <LI>CIM_ERR_TYPE_MISMATCH (the supplied value is incompatible with the
      	type of the Property)
      <LI>CIM_ERR_FAILED (some other unspecified error occurred)</LI>
    </UL>
    <hr>

    <h2>Additional Information on Parameters</h2>

    <p><b><a name="NameSpace">NameSpace </a></b> - The NameSpace parameter is a string that defines the target
    namespace \Ref{NAMESPACE}

    <p><a name="QualifierName"><b>QualifierName</b></a> - The QualifierName input parameter identifies the
    Qualifier whose declaration to be retrieved.

    <p><b><a name="Qualifier">Qualifier</a></b> - Qualifiers
    are values that provide additional information about classes, associations,
    indications, methods, method parameters, triggers, instances, properties or
    references. All qualifiers have a name, type, value, scope, flavor and default value. Qualifiers cannot be
    duplicated; there cannot be more than one qualifier of the same name for any given class,
    instance, or property.</p>

    <hr>
    <h2>
    C++ Operation Method Definition</h2>
    <PRE>
    virtual QualifierDecl getQualifier(
    	const String&amp; nameSpace,
    	const String&amp; qualifierName) = 0;
    </PRE>

     <p> &nbsp;
  <hr>

     <p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
     Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>

     <p style="margin-top: 0; margin-bottom: 0"> <font size="2">See (<a href="http://www.opengroup.org/management">http://www.opengroup.org/management</a>)
     for more information on Pegasus</font>

     <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
    S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, June 29, 2001 06:45:59 PM<!--webbot bot="Timestamp" i-CheckSum="55177" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     Copyright @ The Open Group 2001&nbsp;</font>
   <script>
	   document.GetQualifier.hostaddress.value = top.hostAddress;
	   window.focus();
   </script>
  </body>
</html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2