Previous Topic: Property: bpr.sod.ignore.zeroNext Topic: System Checkup


Property: bpr.all.representative

This property controls the behavior of the ALL flag for BPR rules that specify their entities as regular expressions.

bpr.all.representative
True

Specifies that a representative entity for each rule is present.

False

Specifies that all of the entities that satisfy all of the rules are present.

Default: False

For example, if there are two rules on the left that say the following:

If the property is set to false, ALL is satisfied only if the user has all of the roles that begin with A and all of the roles that begin with B.

If the property is set to true, ALL is satisfied if the user has at least one role that begins with A (a representative that satisfies the first rule) AND at least one role that begins with B (a representative that satisfies the second rule).