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 ServiceRegistryEngineConfiguration
engineConfiguration
protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
-
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 void
configure(AbstractEngineConfiguration engineConfiguration)
protected List<EngineDeployer>
getCustomDeployers()
ServiceRegistryEngineConfiguration
getEngineConfiguration()
protected List<Class<? extends Entity>>
getEntityDeletionOrder()
protected List<Class<? extends Entity>>
getEntityInsertionOrder()
protected String
getMybatisCfgPath()
protected List<MybatisTypeAliasConfigurator>
getMybatisTypeAliases()
protected List<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)
-
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:
getCustomDeployers
in classAbstractEngineConfigurator
-
getMybatisCfgPath
protected String getMybatisCfgPath()
- Specified by:
getMybatisCfgPath
in classAbstractEngineConfigurator
-
getEntityInsertionOrder
protected List<Class<? extends Entity>> getEntityInsertionOrder()
- Specified by:
getEntityInsertionOrder
in classAbstractEngineConfigurator
-
getEntityDeletionOrder
protected List<Class<? extends Entity>> getEntityDeletionOrder()
- Specified by:
getEntityDeletionOrder
in classAbstractEngineConfigurator
-
getMybatisTypeAliases
protected List<MybatisTypeAliasConfigurator> getMybatisTypeAliases()
- Overrides:
getMybatisTypeAliases
in classAbstractEngineConfigurator
-
getMybatisTypeHandlers
protected List<MybatisTypeHandlerConfigurator> getMybatisTypeHandlers()
- Overrides:
getMybatisTypeHandlers
in 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)
-
-