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

File: [Pegasus] / pegasus / cgi / htdocs / Attic / EnumerateQualifiers.html (download) / (as text)
Revision: 1.8, 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.7: +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>EnumerateQualifiers</h1>
				<td>
				<td width="50%" align="right">
					<img border="1" src="/pegasus/icons/OpenGroupLogo.gif">
				</td>
			</tr>
		</table>
		<hr>
		<form name="EnumerateQualifiers" METHOD="get" ACTION="/pegasus/cgi-bin/CGIClient">
			<INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateQualifiers"> <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
			<INPUT TYPE="hidden" NAME="debug" value="">
			<p><b>NameSpace</b> <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><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				<INPUT TYPE="reset" VALUE="Reset Form">
		</form>
		<hr>
		<h2>Return Results</h2>
		If successful, the method returns zero or more CIMQualifier declarations. 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, unrecognized or 
			otherwise incorrect parameters)
			<LI>
			CIM_ERR_NOT_FOUND (the requested CIMQualifier declaration did not exist)
			<LI>
				CIM_ERR_FAILED (some other unspecified error occurred)
			</LI>
		</UL>
		<hr>
		<h2>Additional Fields Description</h2>
		The <TT>enumerateQualifiers</TT> operation is used to enumerate CIMQualifier 
		declarations from the target Namespace.&nbsp;
		<p><b>NameSpace</b> The NameSpace parameter is a string that defines the target 
			namespace&nbsp;
			<hr>
			<h2>C++ Pegasus API</h2>
			<pre>
    virtual Array<CIMQualifierDecl> enumerateQualifiers(
		const String&amp; nameSpace) = 0;
   </pre>
			<hr>
		<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
			<font size="2">Demonstration Prepared by the OpenGroup Manageability Work Group 
				Pegasus Development Team</font>
		<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
			<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: 0px; MARGIN-BOTTOM: 0px">
			<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:40:22 PM<!--webbot bot="Timestamp" i-CheckSum="54885" endspan --> 
				&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copyright @ The Open Group 2001&nbsp;</font>
			<script>
       document.EnumerateQualifiers.hostaddress.value = top.hostAddress;
       document.EnumerateQualifiers.debug.value = top.debug;
       document.EnumerateQualifiers.NameSpace.value = top.NameSpace;
	   window.focus();
			</script>
		</p>
	</body>
</html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2