public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DmnEngineConfiguration |
dmnEngineConfiguration |
| Constructor and Description |
|---|
AbstractManager(DmnEngineConfiguration dmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
getCommandContext() |
protected DecisionTableEntityManager |
getDecisionTableEntityManager() |
protected DmnDeploymentEntityManager |
getDeploymentEntityManager() |
protected DmnEngineConfiguration |
getDmnEngineConfiguration() |
protected HistoricDecisionExecutionEntityManager |
getHistoricDecisionExecutionEntityManager() |
protected DmnResourceEntityManager |
getResourceEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected DmnEngineConfiguration dmnEngineConfiguration
public AbstractManager(DmnEngineConfiguration dmnEngineConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected DmnEngineConfiguration getDmnEngineConfiguration()
protected DmnDeploymentEntityManager getDeploymentEntityManager()
protected DecisionTableEntityManager getDecisionTableEntityManager()
protected HistoricDecisionExecutionEntityManager getHistoricDecisionExecutionEntityManager()
protected DmnResourceEntityManager getResourceEntityManager()
Copyright © 2017 Flowable. All rights reserved.