EventDataFilter

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder : FilterOperators.Builder<T>

Functions

Link copied to clipboard
Link copied to clipboard
open fun create(cursor: Cursor): EventDataFilter
Link copied to clipboard
abstract fun dataItem(): String
The data element id or data item
Link copied to clipboard
If the dataItem is of type date, then date filtering parameters are specified using this.
Link copied to clipboard
abstract fun eq(): String
Equal to
Link copied to clipboard
abstract fun eventFilter(): String
The related event filter
Link copied to clipboard
abstract fun ge(): String
Greater than or equal to
Link copied to clipboard
abstract fun gt(): String
Greater than
Link copied to clipboard
abstract fun id(): Long
Link copied to clipboard
abstract fun in(): Set<String>
In a list
Link copied to clipboard
abstract fun le(): String
Less than or equal to
Link copied to clipboard
abstract fun like(): String
Like
Link copied to clipboard
abstract fun lt(): String
Lesser than
Link copied to clipboard
Link copied to clipboard