Dynamic Queries

This topic describes the execution of a dynamic query.

The following diagram shows how to execute a dynamic query.

The client application does the following:

  1. It instantiates a query object, which defines the filter expression and the list of attributes that are to be returned.
  2. It performs an executeGenericQuery operation, which returns the list of events matching the filter criteria. The requested attributes and values are returned for each event.