rule-engine
Toggle table of contents
3.4.2
common
Platform filter
common
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules.api
/
RuleSupplementaryData
Rule
Supplementary
Data
data
class
RuleSupplementaryData
(
val
userGroups
:
List
<
String
>
=
emptyList()
,
val
userRoles
:
List
<
String
>
=
emptyList()
,
val
orgUnitGroups
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
)
Members
Constructors
Rule
Supplementary
Data
Link copied to clipboard
constructor
(
userGroups
:
List
<
String
>
=
emptyList()
,
userRoles
:
List
<
String
>
=
emptyList()
,
orgUnitGroups
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
)
Properties
org
Unit
Groups
Link copied to clipboard
val
orgUnitGroups
:
Map
<
String
,
List
<
String
>
>
user
Groups
Link copied to clipboard
val
userGroups
:
List
<
String
>
user
Roles
Link copied to clipboard
val
userRoles
:
List
<
String
>