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
/
RuleAction
Rule
Action
data
class
RuleAction
(
val
data
:
String
?
,
val
type
:
String
,
val
values
:
Map
<
String
,
String
>
=
emptyMap()
)
Members
Constructors
Rule
Action
Link copied to clipboard
constructor
(
data
:
String
?
,
type
:
String
,
values
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
data
Link copied to clipboard
val
data
:
String
?
type
Link copied to clipboard
val
type
:
String
values
Link copied to clipboard
val
values
:
Map
<
String
,
String
>
Functions
attribute
Type
Link copied to clipboard
fun
attributeType
(
)
:
String
?
content
Link copied to clipboard
fun
content
(
)
:
String
?
field
Link copied to clipboard
fun
field
(
)
:
String
?