public class RulesExecutionService extends Object
| Constructor and Description |
|---|
RulesExecutionService(KieServerRegistry context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyListeners(org.kie.api.runtime.CommandExecutor ks) |
org.kie.api.runtime.ExecutionResults |
call(KieContainerInstance kci,
org.kie.api.command.BatchExecutionCommand executionCommand) |
List<org.kie.api.event.rule.AgendaEventListener> |
getAgendaEventListeners() |
List<org.kie.api.event.rule.RuleRuntimeEventListener> |
getRuleRuntimeEventListeners() |
void |
setAgendaEventListeners(List<org.kie.api.event.rule.AgendaEventListener> agendaEventListeners) |
void |
setRuleRuntimeEventListeners(List<org.kie.api.event.rule.RuleRuntimeEventListener> ruleRuntimeEventListeners) |
public RulesExecutionService(KieServerRegistry context)
public org.kie.api.runtime.ExecutionResults call(KieContainerInstance kci, org.kie.api.command.BatchExecutionCommand executionCommand)
protected void applyListeners(org.kie.api.runtime.CommandExecutor ks)
public List<org.kie.api.event.rule.AgendaEventListener> getAgendaEventListeners()
public void setAgendaEventListeners(List<org.kie.api.event.rule.AgendaEventListener> agendaEventListeners)
public List<org.kie.api.event.rule.RuleRuntimeEventListener> getRuleRuntimeEventListeners()
public void setRuleRuntimeEventListeners(List<org.kie.api.event.rule.RuleRuntimeEventListener> ruleRuntimeEventListeners)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.