QueryFilter

interface QueryFilter

Interface for filtering side effect queries by QueryMutableClient.

Inheritors

Properties

Link copied to clipboard
abstract val keys: Array<SurrogateKey>?

Tag keys of queries to be filtered.

Link copied to clipboard
abstract val predicate: (QueryModel<*>) -> Boolean?

Further conditions to narrow down the filtering targets based on fields of QueryModel.

Link copied to clipboard
abstract val type: QueryFilterType?

Management category of queries to be filtered.