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

Diff for /pegasus/cgi/htdocs/Attic/EnumerateInstances.html between version 1.6 and 1.7

version 1.6, 2001/06/30 15:28:09 version 1.7, 2002/01/30 21:56:39
Line 26 
Line 26 
                name of the Class                name of the Class
                for which instance names are to be retrieved.  This must be a legal                for which instance names are to be retrieved.  This must be a legal
                class in the repository                class in the repository
                <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;                 <p><b>LocalOnly</b>&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             <INPUT TYPE="checkbox" NAME="LocalOnly" VALUE="true" checked>&nbsp;&nbsp;&nbsp;&nbsp;
                returned.             If checked (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,                 <p><b>IncludeQualifiers</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="checkbox" NAME="IncludeQualifiers" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;If
              checked (true), show Qualifiers for class and returned Properties, Methods,
                and Method Parameters.                and Method Parameters.
                <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;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<p><b>PropertyList </b> <INPUT TYPE="text" NAME="PropertyList" SIZE=30 VALUE="NULL">
                NOTE: <b> NOT IMPLEMENTED </b>Null or array of property names to filter                NOTE: <b> NOT IMPLEMENTED </b>Null or array of property names to filter
                request. <a href="#PropertyList">See below</a>.                request. <a href="#PropertyList">See below</a>.
Line 60 
Line 60 
      Server-side mechanism to filter certain elements of the returned object      Server-side mechanism to filter certain elements of the returned object
      based on whether or not they have been propagated from the parent      based on whether or not they have been propagated from the parent
      Class (as defined by the <TT>PROPAGATED</TT> attribute).&nbsp;      Class (as defined by the <TT>PROPAGATED</TT> attribute).&nbsp;
      <p><b>DeepInheritance</b> If the <TT>DeepInheritance</TT> input  
      parameter is <TT>true</TT>, this specifies that, for each  
      returned Instance of the Class, all properties of the Instance MUST  
      be present (subject to constraints imposed by the other  
      parameters), including any which were added by subclassing the specified  
      Class. If <TT>false</TT>, each returned Instance includes only  
      properties defined for the specified Class.&nbsp;</p>  
      <p><b>IncludeQualifiers</b> If the <TT>IncludeQualifiers</TT> input      <p><b>IncludeQualifiers</b> If the <TT>IncludeQualifiers</TT> input
      parameter is <TT>true</TT>, this specifies that all Qualifiers      parameter is <TT>true</TT>, this specifies that all Qualifiers
      for each Instance (including Qualifiers on the Instance      for each Instance (including Qualifiers on the Instance
Line 129 
Line 122 
      virtual Array<InstanceDecl> enumerateInstances(      virtual Array<InstanceDecl> enumerateInstances(
          const String&amp; nameSpace,          const String&amp; nameSpace,
          const String&amp; className,          const String&amp; className,
          Boolean deepInheritance = true,  
          Boolean localOnly = true,          Boolean localOnly = true,
          Boolean includeQualifiers = false,          Boolean includeQualifiers = false,
          Boolean includeClassOrigin = false,          Boolean includeClassOrigin = false,


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2