public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TaskServiceConfiguration |
taskServiceConfiguration |
| Constructor and Description |
|---|
AbstractManager(TaskServiceConfiguration taskServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
getClock() |
protected CommandContext |
getCommandContext() |
protected FlowableEventDispatcher |
getEventDispatcher() |
protected HistoricTaskInstanceEntityManager |
getHistoricTaskInstanceEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected TaskEntityManager |
getTaskEntityManager() |
protected TaskServiceConfiguration |
getTaskServiceConfiguration() |
protected TaskServiceConfiguration taskServiceConfiguration
public AbstractManager(TaskServiceConfiguration taskServiceConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected TaskServiceConfiguration getTaskServiceConfiguration()
protected Clock getClock()
protected FlowableEventDispatcher getEventDispatcher()
protected TaskEntityManager getTaskEntityManager()
protected HistoricTaskInstanceEntityManager getHistoricTaskInstanceEntityManager()
Copyright © 2020 Flowable. All rights reserved.