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

Diff for /pegasus/cgi/htdocs/Attic/ReferenceNames.html between version 1.1 and 1.2

version 1.1, 2001/06/30 15:35:05 version 1.2, 2004/02/17 11:53:20
Line 1 
Line 1 
 <html> <html>
   <head>
   <script>
           function rTrim(tempStr){
                        while( tempStr.lastIndexOf(' ') == tempStr.length-1 && tempStr.length > 0 )
                        {
                            tempStr = tempStr.substring(0,tempStr.length-1)
                        }
                        document.ReferenceNames.ObjectName.value = tempStr;
           }
   </script>
   </head>
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
Line 16 
Line 27 
     <a name="TOP"></a>     <a name="TOP"></a>
  
            The <TT>referenceNames</TT> operation enumerates the association objects that refer to a particular target CIM Object (Class or Instance)            The <TT>referenceNames</TT> operation enumerates the association objects that refer to a particular target CIM Object (Class or Instance)
       <p><b><a href="#NameSpace">NameSpace</a>&nbsp;&nbsp;</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp; String that defines the target namespace. See <a href="getnamespaces.html">NameSpace        <p><b><a href="#NameSpace">NameSpace</a>&nbsp;&nbsp;</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.       Operations</a> for more information.
       <p><b><a href="#ObjectName">ObjectName</a></b>&nbsp; <INPUT TYPE="text" NAME="ObjectName" SIZE=33>&nbsp;&nbsp; Defines       <p><b><a href="#ObjectName">ObjectName</a></b>&nbsp; <INPUT TYPE="text" NAME="ObjectName" SIZE=33>&nbsp;&nbsp; Defines
       name of the Class        name of the Class or Instance
       for which instance names are to be retrieved.&nbsp; This must be a legal       for which instance names are to be retrieved.&nbsp; This must be a legal
       class in the repository<p><b><a href="#ResultClass">ResultClass</a></b>&nbsp;&nbsp;&nbsp;<input type="text" name="ResultClass" size="34">        class in the repository or a valid Instance<p><b><a href="#ResultClass">ResultClass</a></b>&nbsp;&nbsp;&nbsp;<input type="text" name="ResultClass" size="34" value="NULL">
       NULL or a valid CIM class name       NULL or a valid CIM class name
       that acts as a filter on returned set of Object Names.<p><b><a href="#Role">Role</a></b><a href="#Role">&nbsp;&nbsp;&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="Role" size="34">       that acts as a filter on returned set of Object Names.<p><b><a href="#Role">Role</a></b><a href="#Role">&nbsp;&nbsp;&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="Role" size="34">
       Null or valid CIM Property name.       Null or valid CIM Property name.
       Acts as filter on returned set of object names.       Acts as filter on returned set of object names.
       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="rTrim(document.ReferenceNames.ObjectName.value);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="reset" VALUE="Reset">        <INPUT TYPE="reset" VALUE="Reset Form">
     </form>     </form>
  
     <hr>     <hr>


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2