| 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 | 
BeforeRuleRemovedEvent.getRule()  | 
Rule | 
BeforeRuleAddedEvent.getRule()  | 
Rule | 
AfterRuleRemovedEvent.getRule()  | 
Rule | 
AfterRuleAddedEvent.getRule()  | 
Rule | 
AfterKieBaseLockedEvent.getRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
Rule | 
ObjectUpdatedEvent.getRule()  | 
Rule | 
ObjectInsertedEvent.getRule()  | 
Rule | 
ObjectDeletedEvent.getRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TimedRuleExecutionFilter.accept(Rule[] rules)  | 
| Modifier and Type | Method and Description | 
|---|---|
Rule | 
RuleContext.getRule()  | 
Rule | 
PropagationContext.getRule()
The rule that caused the working memory action that created this PropagationContext. 
 | 
Rule | 
Match.getRule()  | 
Rule | 
ConsequenceException.getRule()  | 
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.