Class PolicyEngineConfigurator
java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator<PolicyEngine>
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<PolicyEngine>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PolicyEngineConfiguration
protected com.fasterxml.jackson.databind.ObjectMapper
Fields inherited from class org.flowable.common.engine.impl.AbstractEngineConfigurator
buildEngine, enableMybatisXmlMappingValidation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PolicyEngine
void
configure
(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) protected List
<org.flowable.common.engine.impl.EngineDeployer> protected String
com.fasterxml.jackson.databind.ObjectMapper
int
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, initEngine, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initialiseCommonProperties, initIdGenerator, initObjectMapper, initSchemaManager, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidation
-
Field Details
-
engineConfiguration
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
PolicyEngineConfigurator
public PolicyEngineConfigurator()
-
-
Method Details
-
getCustomDeployers
- Specified by:
getCustomDeployers
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator<PolicyEngine>
-
getMybatisCfgPath
- Specified by:
getMybatisCfgPath
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator<PolicyEngine>
-
getEntityInsertionOrder
protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityInsertionOrder()- Specified by:
getEntityInsertionOrder
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator<PolicyEngine>
-
getEntityDeletionOrder
protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityDeletionOrder()- Specified by:
getEntityDeletionOrder
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator<PolicyEngine>
-
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) -
buildEngine
- Specified by:
buildEngine
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator<PolicyEngine>
-
getPriority
public int getPriority() -
getEngineConfiguration
-
setEngineConfiguration
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
setObjectMapper
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-