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

  1 mike  1.1 <html>
  2             <body bgcolor="#CCCCCC">
  3               <table width="100%">
  4                 <tr>
  5 karl  1.5 	<td width="50%" align="bottom"><h1>GetQualifier CIM Operation</h1><td>
  6           	<td width="50%" align="right">
  7 karl  1.2 	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
  8 mike  1.1         </td>
  9                 </tr>
 10               </table>
 11 karl  1.3     <hr>
 12 karl  1.5     <form name="GetQualifier" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
 13 mike  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetQualifier">
 14 karl  1.7       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
 15                 <INPUT TYPE="hidden" NAME="debug" VALUE="">
 16 karl  1.3       <p>
 17               The <TT>getQualifier</TT> operation retrieves a single Qualifier
 18               declaration from the target Namespace.
 19 karl  1.7       <p><b><a href="#NameSpace">NameSpace</a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 20                 <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp;
 21 karl  1.3       String that defines the target namespace. See <a href="getnamespaces.html">NameSpace
 22                 Operations</a> for more information
 23                 <p><b><a href="#QualifierName">QualifierName</a></b> <INPUT TYPE="text" NAME="QualifierName" SIZE=30>
 24                 Identifies the <a href="#Qualifier">Qualifier</a> whose declaration is to
 25                 be retrieved.
 26                 <p><INPUT TYPE="submit" VALUE="GetQualifier">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 27                 <INPUT TYPE="reset" VALUE="Reset">
 28 mike  1.1     </form>
 29 karl  1.5    <script>
 30 karl  1.7        document.GetQualifier.hostaddress.value = top.hostAddress;
 31                  document.GetQualifier.debug.value = top.debug
 32                  document.GetQualifier.NameSpace.value = top.NameSpace
 33                  window.focus();
 34 karl  1.5    </script>
 35 karl  1.3     <hr>
 36               <h2>Request Return</h2>
 37           
 38               <p> If successful, the method returns the Qualifier declaration for the
 39               named Qualifier.
 40           
 41               If unsuccessful, one of the following status codes MUST be returned by this
 42               method, where the first applicable error in the list (starting with the
 43               first element of the list, and working down) is the error returned. Any
 44               additional method-specific interpretation of the error in is given in
 45               parentheses.
 46           
 47               <UL>
 48                 <LI>CIM_ERR_ACCESS_DENIED
 49                 <LI>CIM_ERR_NOT_SUPPORTED
 50                 <LI>CIM_ERR_INVALID_NAMESPACE
 51                 <LI>CIM_ERR_INVALID_PARAMETER (including missing,
 52                 	duplicate,&nbsp;unrecognized or otherwise incorrect parameters)
 53                 <LI>CIM_ERR_INVALID_CLASS (the CIM Class does not exist in the specified
 54                 	namespace)
 55                 <LI>CIM_ERR_NOT_FOUND (the CIM Class does exist, but the requested
 56 karl  1.3       	CIM&nbsp;Instance does not exist in the specified namespace)
 57                 <LI>CIM_ERR_NO_SUCH_PROPERTY (the CIM Instance does exist, but the
 58                 	requested Property does not)&nbsp;
 59                 <LI>CIM_ERR_TYPE_MISMATCH (the supplied value is incompatible with the
 60                 	type of the Property)
 61                 <LI>CIM_ERR_FAILED (some other unspecified error occurred)</LI>
 62               </UL>
 63               <hr>
 64           
 65               <h2>Additional Information on Parameters</h2>
 66           
 67               <p><b><a name="NameSpace">NameSpace </a></b> - The NameSpace parameter is a string that defines the target
 68               namespace \Ref{NAMESPACE}
 69           
 70               <p><a name="QualifierName"><b>QualifierName</b></a> - The QualifierName input parameter identifies the
 71               Qualifier whose declaration to be retrieved.
 72           
 73               <p><b><a name="Qualifier">Qualifier</a></b> - Qualifiers
 74               are values that provide additional information about classes, associations,
 75               indications, methods, method parameters, triggers, instances, properties or
 76               references. All qualifiers have a name, type, value, scope, flavor and default value. Qualifiers cannot be
 77 karl  1.3     duplicated; there cannot be more than one qualifier of the same name for any given class,
 78               instance, or property.</p>
 79           
 80               <hr>
 81               <h2>
 82               C++ Operation Method Definition</h2>
 83               <PRE>
 84               virtual QualifierDecl getQualifier(
 85               	const String&amp; nameSpace,
 86               	const String&amp; qualifierName) = 0;
 87               </PRE>
 88 karl  1.4 
 89                <p> &nbsp;
 90             <hr>
 91           
 92                <p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
 93                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
 94           
 95                <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>)
 96                for more information on Pegasus</font>
 97           
 98                <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
 99 karl  1.7     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;
100 karl  1.4      Copyright @ The Open Group 2001&nbsp;</font>
101 karl  1.7    <script>
102           	   document.GetQualifier.hostaddress.value = top.hostAddress;
103           	   window.focus();
104              </script>
105 mike  1.1   </body>
106           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2