rule-engine
Toggle table of contents
3.3.11
common
Platform filter
common
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules.models
/
Rule
/
Rule
Rule
constructor
(
condition
:
String
,
actions
:
List
<
RuleAction
>
,
uid
:
String
=
""
,
name
:
String
?
=
null
,
programStage
:
String
?
=
null
,
priority
:
Int
?
=
null
)