Package | Description |
---|---|
org.kie.api |
Base KIE API classes.
|
org.kie.api.definition |
All classes to create definitions, as built by the KieBuilder from artifact resources, can be found here.
|
org.kie.api.event.kiebase |
Events emitted while updating the definitions in the KieBase.
|
org.kie.api.event.rule |
Events emitted while rules are executing.
|
org.kie.api.runtime.conf | |
org.kie.api.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Method and Description |
---|---|
Rule |
KieBase.getRule(String packageName,
String ruleName)
Returns a reference to the
Rule identified by the given package and rule names. |
Modifier and Type | Method and Description |
---|---|
Collection<Rule> |
KiePackage.getRules() |
Modifier and Type | Method and Description |
---|---|
Rule |
AfterKieBaseLockedEvent.getRule() |
Rule |
AfterRuleAddedEvent.getRule() |
Rule |
AfterRuleRemovedEvent.getRule() |
Rule |
BeforeRuleAddedEvent.getRule() |
Rule |
BeforeRuleRemovedEvent.getRule() |
Modifier and Type | Method and Description |
---|---|
Rule |
ObjectDeletedEvent.getRule() |
Rule |
ObjectInsertedEvent.getRule() |
Rule |
ObjectUpdatedEvent.getRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
TimedRuleExecutionFilter.accept(Rule[] rules) |
Modifier and Type | Method and Description |
---|---|
Rule |
ConsequenceException.getRule() |
Rule |
Match.getRule() |
Rule |
PropagationContext.getRule()
The rule that caused the working memory action that created this PropagationContext.
|
Rule |
RuleContext.getRule() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.