public class IdentityLinkServiceConfiguration extends AbstractServiceConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected HistoricIdentityLinkDataManager |
historicIdentityLinkDataManager |
protected HistoricIdentityLinkEntityManager |
historicIdentityLinkEntityManager |
protected HistoricIdentityLinkService |
historicIdentityLinkService |
protected HistoryLevel |
historyLevel |
protected IdentityLinkDataManager |
identityLinkDataManager |
protected IdentityLinkEntityManager |
identityLinkEntityManager |
protected IdentityLinkEventHandler |
identityLinkEventHandler
IdentityLink event handler
|
protected IdentityLinkService |
identityLinkService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
additionalEventDispatchActions, clock, enableEventDispatcher, engineName, eventDispatcher, eventListeners, idGenerator, logger, NO_TENANT_ID, typedEventListeners| Constructor and Description |
|---|
IdentityLinkServiceConfiguration(String engineName) |
getAdditionalEventDispatchActions, getClock, getEngineName, getEventDispatcher, getEventListeners, getIdGenerator, getTypedEventListeners, isEnableEventDispatcher, isEventDispatcherEnabled, setAdditionalEventDispatchActions, setClock, setEnableEventDispatcher, setEngineName, setEventDispatcher, setEventListeners, setIdGenerator, setTypedEventListenersprotected IdentityLinkService identityLinkService
protected HistoricIdentityLinkService historicIdentityLinkService
protected IdentityLinkDataManager identityLinkDataManager
protected HistoricIdentityLinkDataManager historicIdentityLinkDataManager
protected IdentityLinkEntityManager identityLinkEntityManager
protected HistoricIdentityLinkEntityManager historicIdentityLinkEntityManager
protected IdentityLinkEventHandler identityLinkEventHandler
protected HistoryLevel historyLevel
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public IdentityLinkServiceConfiguration(String engineName)
public void init()
public boolean isHistoryLevelAtLeast(HistoryLevel level)
isHistoryLevelAtLeast in class AbstractServiceConfigurationpublic boolean isHistoryEnabled()
isHistoryEnabled in class AbstractServiceConfigurationpublic void initDataManagers()
public void initEntityManagers()
public IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration()
public IdentityLinkService getIdentityLinkService()
public IdentityLinkServiceConfiguration setIdentityLinkService(IdentityLinkService identityLinkService)
public HistoricIdentityLinkService getHistoricIdentityLinkService()
public IdentityLinkServiceConfiguration setHistoricIdentityLinkService(HistoricIdentityLinkService historicIdentityLinkService)
public IdentityLinkDataManager getIdentityLinkDataManager()
public IdentityLinkServiceConfiguration setIdentityLinkDataManager(IdentityLinkDataManager identityLinkDataManager)
public HistoricIdentityLinkDataManager getHistoricIdentityLinkDataManager()
public IdentityLinkServiceConfiguration setHistoricIdentityLinkDataManager(HistoricIdentityLinkDataManager historicIdentityLinkDataManager)
public IdentityLinkEntityManager getIdentityLinkEntityManager()
public IdentityLinkServiceConfiguration setIdentityLinkEntityManager(IdentityLinkEntityManager identityLinkEntityManager)
public HistoricIdentityLinkEntityManager getHistoricIdentityLinkEntityManager()
public IdentityLinkServiceConfiguration setHistoricIdentityLinkEntityManager(HistoricIdentityLinkEntityManager historicIdentityLinkEntityManager)
public HistoryLevel getHistoryLevel()
getHistoryLevel in class AbstractServiceConfigurationpublic IdentityLinkServiceConfiguration setHistoryLevel(HistoryLevel historyLevel)
setHistoryLevel in class AbstractServiceConfigurationpublic com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
getObjectMapper in class AbstractServiceConfigurationpublic IdentityLinkServiceConfiguration setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
setObjectMapper in class AbstractServiceConfigurationpublic IdentityLinkEventHandler getIdentityLinkEventHandler()
public IdentityLinkServiceConfiguration setIdentityLinkEventHandler(IdentityLinkEventHandler identityLinkEventHandler)
Copyright © 2021 Flowable. All rights reserved.