Uses of Interface
org.drools.runtime.rule.Activation

Packages that use Activation
org.drools.event.rule Events emitted while Rules are executing. 
org.drools.runtime.rule The rule runtime classes. 
 

Uses of Activation in org.drools.event.rule
 

Methods in org.drools.event.rule that return Activation
 Activation ActivationEvent.getActivation()
           
 

Uses of Activation in org.drools.runtime.rule
 

Methods in org.drools.runtime.rule that return Activation
 Activation ConsequenceException.getActivation()
           
 Activation RuleContext.getActivation()
          Returns the current Activation for the current context
 

Methods in org.drools.runtime.rule with parameters of type Activation
 boolean AgendaFilter.accept(Activation activation)
          Determine if a given activation should be fired.
 void RuleContext.blockActivation(Activation match)
          This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
 void RuleContext.cancelActivation(Activation match)
          This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
 void ConsequenceExceptionHandler.handleException(Activation activation, WorkingMemory workingMemory, Exception exception)
           
 void RuleContext.unblockAllActivations(Activation match)
          This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
 

Constructors in org.drools.runtime.rule with parameters of type Activation
ConsequenceException(Throwable rootCause, WorkingMemory workingMemory, Activation activation)
           
 



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