Interface TmaPolicyActionStrategy
- All Known Implementing Classes:
TmaAutopickPolicyActionStrategy,TmaChecklistPolicyActionStrategy,TmaCompatibilityPolicyActionStrategy
public interface TmaPolicyActionStrategy
Strategy to process policy actions
- Since:
- 1911
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessActions(Set<RuleEvaluationResult> results) Process the actions corresponding to the given results
-
Method Details
-
processActions
Process the actions corresponding to the given results- Parameters:
results- the given rule evaluation results
-