public interface RuleConditionValidator
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,
RuleConditionData condition,
RuleConditionDefinitionData conditionDefinition)
Validates a rule condition.
|
void validate(RuleCompilerContext context, RuleConditionData condition, RuleConditionDefinitionData conditionDefinition)
context - - the compiler contextcondition - - the conditionconditionDefinition - - the condition definitionCopyright © 2018 SAP SE. All Rights Reserved.