public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IdentityLinkServiceConfiguration |
identityLinkServiceConfiguration |
| Constructor and Description |
|---|
AbstractManager(IdentityLinkServiceConfiguration identityLinkServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
getClock() |
protected CommandContext |
getCommandContext() |
protected FlowableEventDispatcher |
getEventDispatcher() |
protected HistoricIdentityLinkEntityManager |
getHistoricIdentityLinkEntityManager() |
protected IdentityLinkEntityManager |
getIdentityLinkEntityManager() |
protected IdentityLinkServiceConfiguration |
getIdentityLinkServiceConfiguration() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected IdentityLinkServiceConfiguration identityLinkServiceConfiguration
public AbstractManager(IdentityLinkServiceConfiguration identityLinkServiceConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration()
protected Clock getClock()
protected FlowableEventDispatcher getEventDispatcher()
protected IdentityLinkEntityManager getIdentityLinkEntityManager()
protected HistoricIdentityLinkEntityManager getHistoricIdentityLinkEntityManager()
Copyright © 2021 Flowable. All rights reserved.