Class Openwsman::Filter
In: ../openwsman.i
Parent: Object

Document-class: Filter

Filter are evaluated on the server side and help to reduce the amount of processing and information transport.

There are five basic ways to filter

  • associations
  • references
  • XPath
  • CQL (CIM query language)
  • WQL (WS-Management query language)

Openwsman does not do any filter processing by itself but passes it to the backend CIMOM. Support for filters and query languages thus depends on the used CIMOM.

Methods

associators   cql   new   references   simple   wql   xpath  

Public Class methods

new()

Create empty filter

Public Instance methods

Set CQL (CIM query language) filter

Set simple dialect/query filter

Set WQL (WS-Management query language) filter

Set XPath filter

[Validate]