public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BatchServiceConfiguration |
batchServiceConfiguration |
| Constructor and Description |
|---|
AbstractManager(BatchServiceConfiguration batchServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected BatchEntityManager |
getBatchEntityManager() |
protected BatchPartEntityManager |
getBatchPartEntityManager() |
protected BatchServiceConfiguration |
getBatchServiceConfiguration() |
protected Clock |
getClock() |
protected CommandContext |
getCommandContext() |
protected FlowableEventDispatcher |
getEventDispatcher() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected BatchServiceConfiguration batchServiceConfiguration
public AbstractManager(BatchServiceConfiguration batchServiceConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected BatchServiceConfiguration getBatchServiceConfiguration()
protected Clock getClock()
protected FlowableEventDispatcher getEventDispatcher()
protected BatchEntityManager getBatchEntityManager()
protected BatchPartEntityManager getBatchPartEntityManager()
Copyright © 2020 Flowable. All rights reserved.