Interface RuleExecutableAction
- All Known Implementing Classes:
AbstractRAOActionAware,DefaultRuleExecutableAction
public interface RuleExecutableAction
Interface for all actions, supported by rule engine
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(RuleActionContext context, Map<String, Object> parameters) execute rule consequence
-
Method Details
-
executeAction
execute rule consequence- Parameters:
context- - instance of RuleActionContextparameters- - map of rule facts
-