public interface ActionSupplementStrategy
AbstractRuleActionRAO.| Modifier and Type | Field and Description |
|---|---|
static String |
UUID_SUFFIX |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActionProperToHandle(AbstractRuleActionRAO actionRao,
RuleActionContext context,
Map<String,Object> parameters)
Checks if the action result is proper to be processed by the strategy
|
void |
postProcessAction(AbstractRuleActionRAO actionRao,
RuleActionContext context,
Map<String,Object> parameters)
Post process of
AbstractRuleActionRAO. |
static final String UUID_SUFFIX
boolean isActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context, Map<String,Object> parameters)
actionRao - - action resultcontext - - instance of RuleActionContextparameters - - map of named objects, creating the execution context for an actionvoid postProcessAction(AbstractRuleActionRAO actionRao, RuleActionContext context, Map<String,Object> parameters)
AbstractRuleActionRAO.actionRao - - action resultcontext - - instance of RuleActionContextparameters - - map of named objects, creating the execution context for an actionCopyright © 2017 SAP SE. All Rights Reserved.