public interface Rule
| Modifier and Type | Method and Description |
|---|---|
RuleExecutionResult |
execute(RuleExecutionContext executionContext)
Executes the rule.
|
void |
setup(RuleConfigurationContext configurationContext)
Checks and prepares this instance.
|
RuleExecutionResult execute(RuleExecutionContext executionContext) throws RpflException
RpflExceptionvoid setup(RuleConfigurationContext configurationContext)