-
Notifications
You must be signed in to change notification settings - Fork 4
Value comparison rule
Ryan Newington edited this page May 26, 2022
·
4 revisions
The value comparison rule compares the value of an attribute with the value specified in the rule. The types of comparisons available depend on the type of the attribute being evaluated. The rule can also evaluate an object that is referenced by the object under evaluation.
Value source | Specifies that the value comparison is perform on the current object, or an attribute referenced by the current object |
---|---|
Attribute | The attribute to evaluate |
Group operator | When the target is a multivalued attribute, the group operator is used to determine how to evaluate the rule. The group operator can specify that any, all, none, or one of the attribute values must match the value provided in the rule |
Value operator | The type of comparison to perform |
Value | The value to use in the comparison. This can be any valid [[ACMA DL |
Transforms | The transform chain to apply to the expanded value from the value parameter |
The value declaration provided will first be expanded, and then transformed, before being compared to value on the object. |
- Equals
- Does not equal
- Contains
- Does not contain
- Starts with
- Ends with
- Equals
- Does not equal
- Is greater than
- Is greater than or equal to
- Is less than
- Is less than or equal to
- Equals
- Does not equal
- Equals
- Does not equal
- Equals
- Does not equal
- Is greater than
- Is greater than or equal to
- Is less than
- Is less than or equal to
- Equals
- Does not equal