public class EntityLinkServiceConfiguration extends AbstractServiceConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected EntityLinkDataManager |
entityLinkDataManager |
protected EntityLinkEntityManager |
entityLinkEntityManager |
protected EntityLinkService |
entityLinkService |
protected HistoricEntityLinkDataManager |
historicEntityLinkDataManager |
protected HistoricEntityLinkEntityManager |
historicEntityLinkEntityManager |
protected HistoricEntityLinkService |
historicEntityLinkService |
protected HistoryLevel |
historyLevel |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
additionalEventDispatchActions, clock, enableEventDispatcher, engineName, eventDispatcher, eventListeners, idGenerator, logger, NO_TENANT_ID, typedEventListeners| Constructor and Description |
|---|
EntityLinkServiceConfiguration(String engineName) |
getAdditionalEventDispatchActions, getClock, getEngineName, getEventDispatcher, getEventListeners, getIdGenerator, getTypedEventListeners, isEnableEventDispatcher, isEventDispatcherEnabled, setAdditionalEventDispatchActions, setClock, setEnableEventDispatcher, setEngineName, setEventDispatcher, setEventListeners, setIdGenerator, setTypedEventListenersprotected EntityLinkService entityLinkService
protected HistoricEntityLinkService historicEntityLinkService
protected EntityLinkDataManager entityLinkDataManager
protected HistoricEntityLinkDataManager historicEntityLinkDataManager
protected EntityLinkEntityManager entityLinkEntityManager
protected HistoricEntityLinkEntityManager historicEntityLinkEntityManager
protected HistoryLevel historyLevel
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public EntityLinkServiceConfiguration(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 EntityLinkServiceConfiguration getIdentityLinkServiceConfiguration()
public EntityLinkService getEntityLinkService()
public EntityLinkServiceConfiguration setEntityLinkService(EntityLinkService entityLinkService)
public HistoricEntityLinkService getHistoricEntityLinkService()
public EntityLinkServiceConfiguration setHistoricEntityLinkService(HistoricEntityLinkService historicEntityLinkService)
public EntityLinkDataManager getEntityLinkDataManager()
public EntityLinkServiceConfiguration setEntityLinkDataManager(EntityLinkDataManager entityLinkDataManager)
public HistoricEntityLinkDataManager getHistoricEntityLinkDataManager()
public EntityLinkServiceConfiguration setHistoricEntityLinkDataManager(HistoricEntityLinkDataManager historicEntityLinkDataManager)
public EntityLinkEntityManager getEntityLinkEntityManager()
public EntityLinkServiceConfiguration setEntityLinkEntityManager(EntityLinkEntityManager entityLinkEntityManager)
public HistoricEntityLinkEntityManager getHistoricEntityLinkEntityManager()
public EntityLinkServiceConfiguration setHistoricEntityLinkEntityManager(HistoricEntityLinkEntityManager historicEntityLinkEntityManager)
public HistoryLevel getHistoryLevel()
getHistoryLevel in class AbstractServiceConfigurationpublic EntityLinkServiceConfiguration setHistoryLevel(HistoryLevel historyLevel)
setHistoryLevel in class AbstractServiceConfigurationpublic com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
getObjectMapper in class AbstractServiceConfigurationpublic EntityLinkServiceConfiguration setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
setObjectMapper in class AbstractServiceConfigurationCopyright © 2020 Flowable. All rights reserved.