Package | Description |
---|---|
org.drools.event.rule |
Events emitted while Rules are executing.
|
org.drools.impl.adapters | |
org.drools.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Method and Description |
---|---|
Activation |
ActivationEvent.getActivation() |
Modifier and Type | Class and Description |
---|---|
class |
ActivationAdapter |
Modifier and Type | Method and Description |
---|---|
Activation |
RuleContext.getActivation()
Returns the current Activation for the current context
|
Activation |
ConsequenceException.getActivation() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ConsequenceException(Throwable rootCause,
WorkingMemory workingMemory,
Activation activation) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.