Class ServiceRegistryEngineConfigurator
java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator
com.flowable.serviceregistry.engine.impl.deployer.ServiceRegistryEngineConfigurator
- All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
public class ServiceRegistryEngineConfigurator
extends org.flowable.common.engine.impl.AbstractEngineConfigurator
-
Field Summary
Fields Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
engineConfiguration
protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
-
Constructor Summary
Constructors Constructor Description ServiceRegistryEngineConfigurator()
-
Method Summary
Modifier and Type Method Description void
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
protected java.util.List<org.flowable.common.engine.impl.EngineDeployer>
getCustomDeployers()
ServiceRegistryEngineConfiguration
getEngineConfiguration()
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>>
getEntityDeletionOrder()
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>>
getEntityInsertionOrder()
protected java.lang.String
getMybatisCfgPath()
protected java.util.List<org.flowable.common.engine.impl.db.MybatisTypeAliasConfigurator>
getMybatisTypeAliases()
protected java.util.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)
Methods inherited from class org.flowable.common.engine.impl.AbstractEngineConfigurator
beforeInit, createDocumentBuilderFactory, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidation
-
Field Details
-
engineConfiguration
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ServiceRegistryEngineConfigurator
public ServiceRegistryEngineConfigurator()
-
-
Method Details
-
getCustomDeployers
protected java.util.List<org.flowable.common.engine.impl.EngineDeployer> getCustomDeployers()- Specified by:
getCustomDeployers
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
getMybatisCfgPath
protected java.lang.String getMybatisCfgPath()- Specified by:
getMybatisCfgPath
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
getEntityInsertionOrder
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityInsertionOrder()- Specified by:
getEntityInsertionOrder
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
getEntityDeletionOrder
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityDeletionOrder()- Specified by:
getEntityDeletionOrder
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
getMybatisTypeAliases
protected java.util.List<org.flowable.common.engine.impl.db.MybatisTypeAliasConfigurator> getMybatisTypeAliases()- Overrides:
getMybatisTypeAliases
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
getMybatisTypeHandlers
protected java.util.List<org.flowable.common.engine.impl.db.MybatisTypeHandlerConfigurator> getMybatisTypeHandlers()- Overrides:
getMybatisTypeHandlers
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) -
initEngine
-
getPriority
public int getPriority() -
getEngineConfiguration
-
setEngineConfiguration
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
setObjectMapper
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-