public abstract class AbstractRAOActionAware extends java.lang.Object implements RuleExecutableAction
| Constructor and Description |
|---|
AbstractRAOActionAware() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAction(RuleActionContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Execute abstract action.
|
protected RAOAction |
getRaoAction() |
void |
setRaoAction(RAOAction raoAction) |
public void executeAction(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
executeAction in interface RuleExecutableActioncontext - - instance of RuleActionContextparameters - - a map of rule-defined input parameters for the actionprotected RAOAction getRaoAction()
public void setRaoAction(RAOAction raoAction)
Copyright © 2018 SAP SE. All Rights Reserved.