Skip to content

/AWS1/CL_WA2OVERRIDEACTION

The action to use in the place of the action that results from the rule group evaluation. Set the override action to none to leave the result of the rule group alone. Set it to count to override the result to count only.

You can only use this for rule statements that reference a rule group, like RuleGroupReferenceStatement and ManagedRuleGroupStatement.

This option is usually set to none. It does not affect how the rules in the rule group are evaluated. If you want the rules in the rule group to only count matches, do not use this and instead use the rule action override option, with Count action, in your rule group reference statement settings.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_count TYPE REF TO /AWS1/CL_WA2COUNTACTION /AWS1/CL_WA2COUNTACTION

Override the rule group evaluation result to count only.

This option is usually set to none. It does not affect how the rules in the rule group are evaluated. If you want the rules in the rule group to only count
matches, do not use this and instead use the rule action override option, with Count action, in your rule group reference statement settings.

io_none TYPE REF TO /AWS1/CL_WA2NONEACTION /AWS1/CL_WA2NONEACTION

Don't override the rule group evaluation result. This is the most common setting.


Queryable Attributes

Count

Override the rule group evaluation result to count only.

This option is usually set to none. It does not affect how the rules in the rule group are evaluated. If you want the rules in the rule group to only count
matches, do not use this and instead use the rule action override option, with Count action, in your rule group reference statement settings.

Accessible with the following methods

Method Description
GET_COUNT() Getter for COUNT

None

Don't override the rule group evaluation result. This is the most common setting.

Accessible with the following methods

Method Description
GET_NONE() Getter for NONE