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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2