Class ServiceRegistryEngineConfigurator
- java.lang.Object
-
- org.flowable.common.engine.impl.AbstractEngineConfigurator
-
- com.flowable.serviceregistry.engine.impl.deployer.ServiceRegistryEngineConfigurator
-
- All Implemented Interfaces:
EngineConfigurator
public class ServiceRegistryEngineConfigurator extends AbstractEngineConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description protected ServiceRegistryEngineConfigurationengineConfigurationprotected com.fasterxml.jackson.databind.ObjectMapperobjectMapper-
Fields inherited from class org.flowable.common.engine.impl.AbstractEngineConfigurator
enableMybatisXmlMappingValidation
-
-
Constructor Summary
Constructors Constructor Description ServiceRegistryEngineConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(AbstractEngineConfiguration engineConfiguration)protected List<EngineDeployer>getCustomDeployers()ServiceRegistryEngineConfigurationgetEngineConfiguration()protected List<Class<? extends Entity>>getEntityDeletionOrder()protected List<Class<? extends Entity>>getEntityInsertionOrder()protected StringgetMybatisCfgPath()protected List<MybatisTypeAliasConfigurator>getMybatisTypeAliases()protected List<MybatisTypeHandlerConfigurator>getMybatisTypeHandlers()com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()intgetPriority()protected ServiceRegistryEngineinitEngine()voidsetEngineConfiguration(ServiceRegistryEngineConfiguration engineConfiguration)voidsetObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)-
Methods inherited from class org.flowable.common.engine.impl.AbstractEngineConfigurator
beforeInit, createDocumentBuilderFactory, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initObjectMapper, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidation
-
-
-
-
Field Detail
-
engineConfiguration
protected ServiceRegistryEngineConfiguration engineConfiguration
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Method Detail
-
getCustomDeployers
protected List<EngineDeployer> getCustomDeployers()
- Specified by:
getCustomDeployersin classAbstractEngineConfigurator
-
getMybatisCfgPath
protected String getMybatisCfgPath()
- Specified by:
getMybatisCfgPathin classAbstractEngineConfigurator
-
getEntityInsertionOrder
protected List<Class<? extends Entity>> getEntityInsertionOrder()
- Specified by:
getEntityInsertionOrderin classAbstractEngineConfigurator
-
getEntityDeletionOrder
protected List<Class<? extends Entity>> getEntityDeletionOrder()
- Specified by:
getEntityDeletionOrderin classAbstractEngineConfigurator
-
getMybatisTypeAliases
protected List<MybatisTypeAliasConfigurator> getMybatisTypeAliases()
- Overrides:
getMybatisTypeAliasesin classAbstractEngineConfigurator
-
getMybatisTypeHandlers
protected List<MybatisTypeHandlerConfigurator> getMybatisTypeHandlers()
- Overrides:
getMybatisTypeHandlersin classAbstractEngineConfigurator
-
configure
public void configure(AbstractEngineConfiguration engineConfiguration)
-
initEngine
protected ServiceRegistryEngine initEngine()
-
getPriority
public int getPriority()
-
getEngineConfiguration
public ServiceRegistryEngineConfiguration getEngineConfiguration()
-
setEngineConfiguration
public void setEngineConfiguration(ServiceRegistryEngineConfiguration engineConfiguration)
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-
setObjectMapper
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-