KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.runtime.rule.Match

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 ConsequenceException.getMatch()
           
 Match RuleContext.getMatch()
          Returns the current Match for the current context
 

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, 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.
 

Constructors in org.kie.api.runtime.rule with parameters of type Match
ConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)
           
 


KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.