public interface RuleActionValidator
RuleCompilerContext.
If a compilation error occurs, creating and adding it to a context should normally use the following pattern:
final RuleCompilerProblem ruleCompilerProblem = ruleCompilerProblemFactory.createProblem(Severity.ERROR, errorMessage); context.addProblem(ruleCompilerProblem);
| Modifier and Type | Method and Description |
|---|---|
void |
validate(RuleCompilerContext context,
RuleActionData action,
RuleActionDefinitionData actionDefinition)
Validates a rule action.
|
void validate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition)
context - - the compiler contextaction - - the actionactionDefinition - - the action definitionCopyright © 2018 SAP SE. All Rights Reserved.