| Package | Description | 
|---|---|
| org.kie.api.event.rule | 
 Events emitted while rules are executing. 
 | 
| org.kie.api.runtime.rule | 
 The rule runtime classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Match | 
MatchEvent.getMatch()  | 
| Modifier and Type | Method and Description | 
|---|---|
Match | 
ConsequenceException.getMatch()  | 
Match | 
RuleContext.getMatch()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
AgendaFilter.accept(Match match)
Determine if a given match should be fired. 
 | 
void | 
RuleContext.blockMatch(Match match)
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default. 
 | 
void | 
RuleContext.cancelMatch(Match match)
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default. 
 | 
void | 
ConsequenceExceptionHandler.handleException(Match match,
               RuleRuntime workingMemory,
               Exception exception)  | 
void | 
RuleContext.unblockAllMatches(Match match)
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default. 
 | 
| Constructor and Description | 
|---|
ConsequenceException(Throwable rootCause,
                    RuleRuntime workingMemory,
                    Match match)  | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.