(file) Return to CIMInstanceProvider.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Provider

Diff for /pegasus/src/Pegasus/Provider/CIMInstanceProvider.h between version 1.31 and 1.32

version 1.31, 2008/12/02 09:01:44 version 1.32, 2011/01/25 11:24:39
Line 91 
Line 91 
  
         @param propertyList A CIMPropertyList specifying the minimum set of         @param propertyList A CIMPropertyList specifying the minimum set of
             properties required in the returned instance.  Support for this             properties required in the returned instance.  Support for this
             parameter is optional, so the returned instance may contain              parameter is optional.This parameter can be used by the provider
               to optimize their code and not fill properties which are not
               requested.The cimserver will filter all properties using an
               efficient algorithm hence the returned instance may contain
             properties not specified in the list.  A null propertyList             properties not specified in the list.  A null propertyList
             indicates that all properties must be included.  A non-null,             indicates that all properties must be included.  A non-null,
             but empty, propertyList indicates that no properites are required.             but empty, propertyList indicates that no properites are required.
Line 150 
Line 153 
             elements.             elements.
  
         @param propertyList A CIMPropertyList specifying the minimum set of         @param propertyList A CIMPropertyList specifying the minimum set of
             properties required in the returned instances.  Support for this              properties required in the returned instance.  Support for this
             parameter is optional, so the returned instance may contain              parameter is optional.This parameter can be used by the provider
               to optimize their code and not fill properties which are not
               requested.The cimserver will filter all properties using an
               efficient algorithm hence the returned instance may contain
             properties not specified in the list.  A null propertyList             properties not specified in the list.  A null propertyList
             indicates that all properties must be included.  A non-null,             indicates that all properties must be included.  A non-null,
             but empty, propertyList indicates that no properites are required.             but empty, propertyList indicates that no properites are required.
             Note: The client PropertyList, DeepInheritance, and LocalOnly              Note: The client PropertyList and LocalOnly parameters are
             parameters are consolidated by the CIM Server into this single              consolidated by the CIM Server into this single parameter.
             parameter.  
  
         @param handler ResponseHandler object for delivery of results.         @param handler ResponseHandler object for delivery of results.
  


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2