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

Diff for /pegasus/cgi/htdocs/Attic/GetClass.html between version 1.8 and 1.12

version 1.8, 2001/06/11 23:20:45 version 1.12, 2002/01/30 21:56:39
Line 11 
Line 11 
     <hr>     <hr>
     <form name="GetClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">     <form name="GetClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetClass">       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetClass">
       <input type="hidden" name="hostip" value="localhost">        <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
       <input type="hidden" name="portnum" value="8888">        <INPUT TYPE="hidden" NAME="debug" VALUE="">
       <p>The <TT>GetClass</TT> method returns a single CIM Class from the target Namespace  
         <p>The <TT>GetClass</TT> CIM Operation returns a single CIM Class from the target Namespace
       where the ClassName input parameter defines the name of the class to be retrieved.       where the ClassName input parameter defines the name of the class to be retrieved.
       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">        <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
       String that defines the target namespace. See <a href="getnamespaces.html">NameSpace       String that defines the target namespace. See <a href="getnamespaces.html">NameSpace
       Operations</a> for more information<p><b>ClassName</b> <INPUT TYPE="text" NAME="ClassName" SIZE=30>       Operations</a> for more information<p><b>ClassName</b> <INPUT TYPE="text" NAME="ClassName" SIZE=30>
       Defines the name of the Class to be retrieved. See <a href="EnumerateClassNames.html">Enumerate       Defines the name of the Class to be retrieved. See <a href="EnumerateClassNames.html">Enumerate
       Class Names</a> for a list of classes        Class Names</a> for a list of classes.
       <p><b>LocalOnly</b> <INPUT TYPE="checkbox" NAME="LocalOnly" VALUE="true" checked>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
       If true only CIM Elements overridden within definition of class are        <p><b>LocalOnly</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       returned.        <INPUT TYPE="checkbox" NAME="LocalOnly" VALUE="true" checked>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If true only CIM Elements overridden within definition of class are
       <p><b>IncludeQualifiers</b> <INPUT TYPE="checkbox" NAME="IncludeQualifiers" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        returned. Default is true.
       If checked, show Qualifiers for class and returned Properties, Methods,  
       and Method Parameters.        <p><b>IncludeQualifiers</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="checkbox" NAME="IncludeQualifiers" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If checked, show Qualifiers for class and returned Properties, Methods,
         and Method Parameters. Default is false.
   
       <p><b>IncludeClassOrigins</b> <INPUT TYPE="checkbox" NAME="IncludeClassOrigins" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       <p><b>IncludeClassOrigins</b> <INPUT TYPE="checkbox" NAME="IncludeClassOrigins" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       If checked (TRUE), CLASSORIGIN attribute will be returned for all       If checked (TRUE), CLASSORIGIN attribute will be returned for all
       appropriate elements<p><b>PropertyList </b> <INPUT TYPE="text" NAME="PropertyList" SIZE=30 VALUE="NULL">        appropriate elements. Default is false.
       NOTE: <b> NOT IMPLEMENTED </b>Null or array of property names to filter  
         <p><b>PropertyList </b> <INPUT TYPE="text" NAME="PropertyList" SIZE=30>
         Null or array of property names to filter
       request. <a href="#PropertyList">See below</a>.       request. <a href="#PropertyList">See below</a>.
   
       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="reset" VALUE="Reset Form">       <INPUT TYPE="reset" VALUE="Reset Form">
       <p>&nbsp;  
       <p>  
         </form>         </form>
     <hr>     <hr>
       <h2>RETURN Results</h2>       <h2>RETURN Results</h2>
Line 54 
Line 58 
         requested       CIM Instance does not exist in the specified namespace)         requested       CIM Instance does not exist in the specified namespace)
         <LI>CIM_ERR_FAILED (some other unspecified error occurred)         <LI>CIM_ERR_FAILED (some other unspecified error occurred)
         </LI>         </LI>
     </UL>      </UL><hr>
   
     <hr>  
  
       <h2>ADDITIONAL Description of Fields</h2>       <h2>ADDITIONAL Description of Fields</h2>
       <p><a name="LocalOnly"><b>LocalOnly</b></a> -       <p><a name="LocalOnly"><b>LocalOnly</b></a> -
Line 100 
Line 102 
             Boolean localOnly = true,             Boolean localOnly = true,
             Boolean includeQualifiers = true,             Boolean includeQualifiers = true,
             Boolean includeClassOrigin = false,             Boolean includeClassOrigin = false,
             const Array<String>&amp; propertyList = StringArray()) = 0;                  const CIMPropertyList&amp; propertyList = CIMPropertyList());
             </pre>             </pre>
   <hr>   <hr>
  
Line 111 
Line 113 
      for more information on Pegasus</font>      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"      <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 -->Monday, March 26, 2001 03:05:36 PM<!--webbot bot="Timestamp" i-CheckSum="50543" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Wednesday, January 30, 2002 12:55:08 PM<!--webbot bot="Timestamp" i-CheckSum="19855" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      Copyright @ The Open Group 2001&nbsp;</font>      Copyright @ The Open Group 2001&nbsp;</font>
       <p>       <p>
         </form>         </form>
    <script>    <script>
    GetClass.hostip.value = opener.top.hostip;         document.GetClass.hostaddress.value = top.hostAddress;
    GetClass.portnum.value = opener.top.portnum;         document.GetClass.debug.value = top.debug;
          document.GetClass.NameSpace.value = top.NameSpace;
    window.focus();    window.focus();
    </script>    </script>
   
   </body>   </body>
 </html> </html>


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2