Event[] C_QueryEvents(String cacheName, Object filter, boolean queryOnly)
Event[] C_QueryEvents(String cacheName, Object filter, boolean queryOnly)
Name | Type | Description |
---|---|---|
cacheName | String | Name of the targeted cache |
filter | Object | Conditional expression to drive selection process |
queryOnly | boolean | Set to true if the returned objects are used in the current rule body |
Type | Description |
---|---|
Event[] | List of Events matching the query |