public class ServiceRegistryEngineConfigurator
extends org.flowable.common.engine.impl.AbstractEngineConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected ServiceRegistryEngineConfiguration |
engineConfiguration |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
ServiceRegistryEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) |
protected List<org.flowable.common.engine.impl.EngineDeployer> |
getCustomDeployers() |
ServiceRegistryEngineConfiguration |
getEngineConfiguration() |
protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> |
getEntityDeletionOrder() |
protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> |
getEntityInsertionOrder() |
protected String |
getMybatisCfgPath() |
protected List<org.flowable.common.engine.impl.db.MybatisTypeAliasConfigurator> |
getMybatisTypeAliases() |
protected List<org.flowable.common.engine.impl.db.MybatisTypeHandlerConfigurator> |
getMybatisTypeHandlers() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
int |
getPriority() |
protected ServiceRegistryEngine |
initEngine() |
void |
setEngineConfiguration(ServiceRegistryEngineConfiguration engineConfiguration) |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
beforeInit, createDocumentBuilderFactory, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initialiseCommonProperties, initIdGenerator, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidationprotected ServiceRegistryEngineConfiguration engineConfiguration
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected List<org.flowable.common.engine.impl.EngineDeployer> getCustomDeployers()
getCustomDeployers in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected String getMybatisCfgPath()
getMybatisCfgPath in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityInsertionOrder()
getEntityInsertionOrder in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityDeletionOrder()
getEntityDeletionOrder in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected List<org.flowable.common.engine.impl.db.MybatisTypeAliasConfigurator> getMybatisTypeAliases()
getMybatisTypeAliases in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected List<org.flowable.common.engine.impl.db.MybatisTypeHandlerConfigurator> getMybatisTypeHandlers()
getMybatisTypeHandlers in class org.flowable.common.engine.impl.AbstractEngineConfiguratorpublic void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
protected ServiceRegistryEngine initEngine()
public int getPriority()
public ServiceRegistryEngineConfiguration getEngineConfiguration()
public void setEngineConfiguration(ServiceRegistryEngineConfiguration engineConfiguration)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2019. All rights reserved.