public class DroolsKieEngine extends Object
Modifier | Constructor and Description |
---|---|
protected |
DroolsKieEngine() |
Modifier and Type | Method and Description |
---|---|
void |
disposeSession(org.kie.api.runtime.KieSession kieSession) |
List<String> |
getAllLoadedRules() |
static DroolsKieEngine |
getInstance() |
org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService() |
List<String> |
getRulesByAgendaGroup(List<String> agendaGroups) |
String |
getRulesDirectory() |
org.kie.api.runtime.KieSession |
getSession() |
void |
initKnowledgeBase() |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
protected DroolsKieEngine()
public static DroolsKieEngine getInstance()
public void initKnowledgeBase()
public void disposeSession(org.kie.api.runtime.KieSession kieSession)
public String getRulesDirectory()
public org.kie.api.runtime.KieSession getSession()
public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
public List<String> getRulesByAgendaGroup(List<String> agendaGroups)
public List<String> getAllLoadedRules()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.