AttributeValueFilter

Constructors

Link copied to clipboard
constructor()

Types

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

Functions

Link copied to clipboard
abstract fun attribute(): String
The attribute id
Link copied to clipboard
Link copied to clipboard
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 ew(): String
End with
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
abstract fun sw(): String
Starts with
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The related trackedEntityInstance filter