Class PolicyEngineConfigurator
- java.lang.Object
-
- org.flowable.common.engine.impl.AbstractEngineConfigurator
-
- com.flowable.policy.engine.configurator.PolicyEngineConfigurator
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
public class PolicyEngineConfigurator extends org.flowable.common.engine.impl.AbstractEngineConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description protected PolicyEngineConfiguration
engineConfiguration
protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
-
Constructor Summary
Constructors Constructor Description PolicyEngineConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
PolicyEngineConfiguration
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()
com.fasterxml.jackson.databind.ObjectMapper
getObjectMapper()
int
getPriority()
protected PolicyEngine
initEngine()
void
setEngineConfiguration(PolicyEngineConfiguration engineConfiguration)
void
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Methods inherited from class org.flowable.common.engine.impl.AbstractEngineConfigurator
beforeInit, createDocumentBuilderFactory, getMybatisTypeAliases, getMybatisTypeHandlers, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidation
-
-
-
-
Field Detail
-
engineConfiguration
protected PolicyEngineConfiguration engineConfiguration
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Method Detail
-
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
-
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
-
initEngine
protected PolicyEngine initEngine()
-
getPriority
public int getPriority()
-
getEngineConfiguration
public PolicyEngineConfiguration getEngineConfiguration()
-
setEngineConfiguration
public void setEngineConfiguration(PolicyEngineConfiguration engineConfiguration)
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-
setObjectMapper
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-