toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.event
/
EventDataFilter
Event
Data
Filter
abstract
class
EventDataFilter
:
FilterOperators
,
CoreObject
Members
Constructors
Event
Data
Filter
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
FilterOperators.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
EventDataFilter.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
EventDataFilter
data
Item
Link copied to clipboard
@
Nullable
abstract
fun
dataItem
(
)
:
String
The data element id or data item
date
Filter
Link copied to clipboard
@
Nullable
abstract
fun
dateFilter
(
)
:
DateFilterPeriod
If the dataItem is of type date, then date filtering parameters are specified using this.
eq
Link copied to clipboard
@
Nullable
abstract
fun
eq
(
)
:
String
Equal to
event
Filter
Link copied to clipboard
@
Nullable
abstract
fun
eventFilter
(
)
:
String
The related event filter
ge
Link copied to clipboard
@
Nullable
abstract
fun
ge
(
)
:
String
Greater than or equal to
gt
Link copied to clipboard
@
Nullable
abstract
fun
gt
(
)
:
String
Greater than
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
in
Link copied to clipboard
@
Nullable
abstract
fun
in
(
)
:
Set
<
String
>
In a list
le
Link copied to clipboard
@
Nullable
abstract
fun
le
(
)
:
String
Less than or equal to
like
Link copied to clipboard
@
Nullable
abstract
fun
like
(
)
:
String
Like
lt
Link copied to clipboard
@
Nullable
abstract
fun
lt
(
)
:
String
Lesser than
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
EventDataFilter.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues