Class AbstractRAOActionAware
java.lang.Object
de.hybris.platform.ruledefinitions.actions.AbstractRAOActionAware
- All Implemented Interfaces:
RuleExecutableAction
- Direct Known Subclasses:
DefaultRuleExecutableAction
RuleExecutableAction to RAOAction redirection class. Creates a link betweeen rule compiler and RAOAction interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(RuleActionContext context, Map<String, Object> parameters) Execute abstract action.protected RAOActionvoidsetRaoAction(RAOAction raoAction)
-
Constructor Details
-
AbstractRAOActionAware
public AbstractRAOActionAware()
-
-
Method Details
-
executeAction
Execute abstract action. Concrete implementation depends on the RaoAction implementation class- Specified by:
executeActionin interfaceRuleExecutableAction- Parameters:
context- - instance of RuleActionContextparameters- - a map of rule-defined input parameters for the action
-
getRaoAction
-
setRaoAction
-