public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EntityLinkServiceConfiguration |
entityLinkServiceConfiguration |
| Constructor and Description |
|---|
AbstractManager(EntityLinkServiceConfiguration entityLinkServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
getClock() |
protected CommandContext |
getCommandContext() |
protected EntityLinkEntityManager |
getEntityLinkEntityManager() |
protected EntityLinkServiceConfiguration |
getEntityLinkServiceConfiguration() |
protected FlowableEventDispatcher |
getEventDispatcher() |
protected HistoricEntityLinkEntityManager |
getHistoricEntityLinkEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected EntityLinkServiceConfiguration entityLinkServiceConfiguration
public AbstractManager(EntityLinkServiceConfiguration entityLinkServiceConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected EntityLinkServiceConfiguration getEntityLinkServiceConfiguration()
protected Clock getClock()
protected FlowableEventDispatcher getEventDispatcher()
protected EntityLinkEntityManager getEntityLinkEntityManager()
protected HistoricEntityLinkEntityManager getHistoricEntityLinkEntityManager()
Copyright © 2020 Flowable. All rights reserved.