|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Match | |
---|---|
org.kie.api.event.rule | Events emitted while Rules are executing. |
org.kie.api.runtime.rule | The rule runtime classes. |
Uses of Match in org.kie.api.event.rule |
---|
Methods in org.kie.api.event.rule that return Match | |
---|---|
Match |
MatchEvent.getMatch()
|
Uses of Match in org.kie.api.runtime.rule |
---|
Methods in org.kie.api.runtime.rule that return Match | |
---|---|
Match |
RuleContext.getMatch()
Returns the current Match for the current context |
Match |
ConsequenceException.getMatch()
|
Methods in org.kie.api.runtime.rule with parameters of type Match | |
---|---|
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,
Session 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. |
Constructors in org.kie.api.runtime.rule with parameters of type Match | |
---|---|
ConsequenceException(Throwable rootCause,
Session workingMemory,
Match match)
|
|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |