public interface RuleActionsTranslator
| Modifier and Type | Method and Description |
|---|---|
List<RuleIrAction> |
translate(RuleCompilerContext context,
List<RuleActionData> actions)
Translates generic rule actions to the intermediate representation.
|
void |
validate(RuleCompilerContext context,
List<RuleActionData> actions)
Validates the generic rule actions.
|
void validate(RuleCompilerContext context, List<RuleActionData> actions) throws RuleCompilerException
context - - the rule compiler contextactions - - the actionsRuleCompilerException - in case of invalid rule actionsList<RuleIrAction> translate(RuleCompilerContext context, List<RuleActionData> actions) throws RuleCompilerException
context - - the rule compiler contextactions - - the actionsRuleCompilerException - if an error occurs during the translation processCopyright © 2017 SAP SE. All Rights Reserved.