Uses of Interface
org.kie.api.runtime.rule.Match
Packages that use Match
Package
Description
Events emitted while rules are executing.
The rule runtime classes.
-
Uses of Match in org.kie.api.event.rule
Methods in org.kie.api.event.rule that return Match -
Uses of Match in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule that return MatchMethods in org.kie.api.runtime.rule with parameters of type MatchModifier and TypeMethodDescriptionbooleanDetermine if a given match should be fired.voidRuleContext.blockMatch(Match match) This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.voidRuleContext.cancelMatch(Match match) This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.voidConsequenceExceptionHandler.handleException(Match match, RuleRuntime workingMemory, Exception exception) voidRuleContext.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 MatchModifierConstructorDescriptionConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)