Uses of Interface
org.kie.api.definition.rule.Rule
-
Packages that use Rule 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. -
-
Uses of Rule in org.kie.api
Methods in org.kie.api that return Rule Modifier and Type Method Description RuleKieBase. getRule(String packageName, String ruleName)Returns a reference to theRuleidentified by the given package and rule names. -
Uses of Rule in org.kie.api.definition
Methods in org.kie.api.definition that return types with arguments of type Rule Modifier and Type Method Description Collection<Rule>KiePackage. getRules() -
Uses of Rule in org.kie.api.event.kiebase
Methods in org.kie.api.event.kiebase that return Rule Modifier and Type Method Description RuleAfterKieBaseLockedEvent. getRule()RuleAfterRuleAddedEvent. getRule()RuleAfterRuleRemovedEvent. getRule()RuleBeforeRuleAddedEvent. getRule()RuleBeforeRuleRemovedEvent. getRule() -
Uses of Rule in org.kie.api.event.rule
Methods in org.kie.api.event.rule that return Rule Modifier and Type Method Description RuleObjectDeletedEvent. getRule()RuleObjectInsertedEvent. getRule()RuleObjectUpdatedEvent. getRule() -
Uses of Rule in org.kie.api.runtime.conf
Methods in org.kie.api.runtime.conf with parameters of type Rule Modifier and Type Method Description booleanTimedRuleExecutionFilter. accept(Rule[] rules) -
Uses of Rule in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule that return Rule Modifier and Type Method Description RuleConsequenceException. getRule()RuleMatch. getRule()RulePropagationContext. getRule()The rule that caused the working memory action that created this PropagationContext.RuleRuleContext. getRule()
-