public class EngageEngineConfigurator
extends org.flowable.common.engine.impl.AbstractEngineConfigurator
| Modifier and Type | Field and Description | 
|---|---|
| protected EngageEngineConfiguration | engineConfiguration | 
| protected com.fasterxml.jackson.databind.ObjectMapper | objectMapper | 
| Constructor and Description | 
|---|
| EngageEngineConfigurator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) | 
| protected List<org.flowable.common.engine.impl.EngineDeployer> | getCustomDeployers() | 
| EngageEngineConfiguration | 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 EngageEngine | initEngine() | 
| void | setEngineConfiguration(EngageEngineConfiguration 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 EngageEngineConfiguration 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 EngageEngine initEngine()
public int getPriority()
public EngageEngineConfiguration getEngineConfiguration()
public void setEngineConfiguration(EngageEngineConfiguration engineConfiguration)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2019. All rights reserved.