public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected VariableServiceConfiguration |
variableServiceConfiguration |
| Constructor and Description |
|---|
AbstractManager(VariableServiceConfiguration variableServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
getClock() |
protected CommandContext |
getCommandContext() |
protected FlowableEventDispatcher |
getEventDispatcher() |
protected HistoricVariableInstanceEntityManager |
getHistoricVariableInstanceEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected VariableInstanceEntityManager |
getVariableInstanceEntityManager() |
protected VariableServiceConfiguration |
getVariableServiceConfiguration() |
protected VariableServiceConfiguration variableServiceConfiguration
public AbstractManager(VariableServiceConfiguration variableServiceConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected VariableServiceConfiguration getVariableServiceConfiguration()
protected Clock getClock()
protected FlowableEventDispatcher getEventDispatcher()
protected VariableInstanceEntityManager getVariableInstanceEntityManager()
protected HistoricVariableInstanceEntityManager getHistoricVariableInstanceEntityManager()
Copyright © 2022 Flowable. All rights reserved.