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

 1 karl  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3               <table width="100%">
 4                 <tr>
 5           	<td width="50%" align="bottom"><h1>DeleteQualifier CIM Operation</h1><td>
 6           	<td width="50%" align="right">
 7           	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8                   </td>
 9                 </tr>
10               </table>
11               <hr>
12               <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13                 <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteQualifiers">
14                 <p>
15           The <TT>deleteQualifiers</TT> operation deletes a single CIMQualifier declarations from the target Namespace.&nbsp;
16 karl  1.2       <p>NameSpace <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp;
17 karl  1.1       Target Namespace
18                 <p>Qualifier&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="T1" size="30">&nbsp;
19                 Qualifier name of qualifier&nbsp; to be deleted.
20                 <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
21                 <INPUT TYPE="reset" VALUE="Reset">
22                 <p>
23               </form>
24               <hr>
25               <h2>Return Results</h2>
26            If successful, the
27               specified CIMQualifier declaration MUST have been deleted from the
28               Namespace.
29           
30               @return If unsuccessful, one of the following status codes MUST be returned
31               by this method, where the first applicable error in the list (starting with
32               the first element of the list, and working down) is the error returned. Any
33               additional method-specific interpretation of the error in is given in
34               parentheses.
35           
36               <UL>
37                 <LI>CIM_ERR_ACCESS_DENIED
38 karl  1.1       <LI>CIM_ERR_NOT_SUPPORTED
39                 <LI>CIM_ERR_INVALID_NAMESPACE
40                 <LI>CIM_ERR_INVALID_PARAMETER (including missing,
41                 duplicate, unrecognized or otherwise incorrect parameters)
42                 <LI>CIM_ERR_FAILED (some other unspecified error occurred)</LI>
43             </UL>
44           
45               <hr>
46               <h2>Additional Fields Description</h2>
47               <p>
48           The <TT>deleteQualifier</TT> operation deletes a single CIMQualifier
49               declaration from the target Namespace.&nbsp;</p>
50               <p><b>NameSpace&nbsp;</b> - The NameSpace parameter is a string that defines the target
51           	namespace \Ref{NAMESPACE}&nbsp;</p>
52               <p><b>QualifierName</b> - The QualifierName input parameter identifies the
53               CIMQualifier whose declaration to be deleted. @return&nbsp;</p>
54               <hr>
55               <h2>C++ Pegasus API</h2>
56               <pre>
57                   virtual void deleteQualifier(
58                   	 const String&amp; nameSpace,
59 karl  1.1         	 const String&amp; qualifierName) = 0;
60              </pre>
61             <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
62                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
63           
64                <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>)
65                for more information on Pegasus</font>
66           
67                <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
68 karl  1.3     S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, June 29, 2001 06:33:30 PM<!--webbot bot="Timestamp" i-CheckSum="54847" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
69 karl  1.1      Copyright @ The Open Group 2001&nbsp;</font>
70 karl  1.3    <script>
71                  document.deleteQualifiers.hostaddress.value = top.hostAddress;
72                  document.deleteQualifiers.debug.value = top.debug;
73                  document.deleteQualifiers.NameSpace.value = top.NameSpace;
74           	   window.focus();
75              </script>
76 karl  1.1 
77             </body>
78           </html>
79           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2