@Configuration public class EngineConfiguration extends Object implements BaseConfiguration
BaseConfiguration.ClusterDisabledCondition, BaseConfiguration.ClusterEnabledCondition, BaseConfiguration.PROPERTY_SOURCE_LOCATIONSADDONS_CONFIGURATION_COMPONENT_SCAN_PACKAGE, CLUSTER_ENABLE_PROPERTY_NAME, CONFIGURATION_ORDER_DELTA, CUSTOM_CONFIGURATION_COMPONENT_SCAN_PACKAGE, DEFAULT_WEB_APPLICATION_INITIALIZER_ORDER, ONE_CONFIGURATION_ORDER, PROPERTY_SOURCES_CUSTOM_APPLICATION_CONTEXT_INITIALIZER_ORDER, SECURITY_CONFIGURATION_ORDER, SECURITY_WEB_APPLICATION_INITIALIZER_ORDER, SESSION_WEB_APPLICATION_INITIALIZER_ORDER, VIS_CONFIGURATION_ORDER| Constructor and Description | 
|---|
EngineConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<org.flowable.dmn.engine.configurator.DmnEngineConfigurator> | 
configuratorList(org.flowable.dmn.engine.DmnEngineConfiguration dmnEngineConfiguration)  | 
org.flowable.dmn.spring.SpringDmnEngineConfiguration | 
dmnEngineConfiguration(DataSource dataSource,
                      org.springframework.transaction.PlatformTransactionManager transactionManager,
                      FlowableDmnGearExpressionManager expressionManager)  | 
org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator | 
dmnEngineConfigurator(org.flowable.dmn.spring.SpringDmnEngineConfiguration springDmnEngineConfiguration)  | 
FlowableDmnGearExpressionManager | 
dmnExpressionManager()  | 
org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnableFactory | 
executeAsyncRunnableFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
                           CurrentTenantService currentTenantService,
                           CurrentUserService currentUserService)  | 
FlowableExpressionFunctions | 
expressionFunctions(TimeProvider timeProvider)  | 
org.flowable.engine.common.impl.el.ExpressionManager | 
expressionManager()  | 
FlowableExpressionManagerBasedExpressionResolver | 
expressionResolver(org.flowable.engine.common.impl.el.ExpressionManager expressionManager)  | 
FlowableJobExecutorLifecycleBean | 
flowableJobExecutorLifecycleBean(org.flowable.engine.ProcessEngine processEngine,
                                boolean asyncExecutorEnabled)  | 
org.flowable.job.service.JobProcessor | 
jobProcessor(CurrentTenantService currentTenantService,
            CurrentUserService currentUserService)  | 
org.flowable.engine.impl.cfg.PerformanceSettings | 
performanceSettings()  | 
void | 
postConstruct()  | 
org.flowable.engine.ProcessEngine | 
processEngine(org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration)  | 
org.flowable.engine.ProcessEngineConfiguration | 
processEngineConfiguration(org.springframework.transaction.PlatformTransactionManager transactionManager,
                          DataSource dataSource,
                          DatabaseType databaseType,
                          DatabaseMetadata databaseMetadata,
                          EventBus eventBus,
                          IdLookupService idLookupService,
                          org.flowable.engine.common.impl.el.ExpressionManager expressionManager,
                          TimeProvider timeProvider,
                          org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnableFactory executeAsyncRunnableFactory,
                          org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler,
                          org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator springDmnEngineConfigurator,
                          org.flowable.job.service.JobProcessor jobProcessor)  | 
SecurityFlowNodeDecorator | 
securityFlowNodeDecorator()  | 
org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler | 
tenantAwareAsyncRunnableExecutionExceptionHandler(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                 CurrentTenantService currentTenantService,
                                                 CurrentUserService currentUserService)  | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyConfigurationCustomisations, getObjectOrDefault@PostConstruct public void postConstruct() throws Exception
Exception@Bean public List<org.flowable.dmn.engine.configurator.DmnEngineConfigurator> configuratorList(org.flowable.dmn.engine.DmnEngineConfiguration dmnEngineConfiguration)
@Bean public org.flowable.dmn.spring.SpringDmnEngineConfiguration dmnEngineConfiguration(DataSource dataSource, org.springframework.transaction.PlatformTransactionManager transactionManager, FlowableDmnGearExpressionManager expressionManager)
@Bean public org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator dmnEngineConfigurator(org.flowable.dmn.spring.SpringDmnEngineConfiguration springDmnEngineConfiguration)
@Bean
public org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnableFactory executeAsyncRunnableFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                                                                                 CurrentTenantService currentTenantService,
                                                                                                                 CurrentUserService currentUserService)
@Bean
public org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler tenantAwareAsyncRunnableExecutionExceptionHandler(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                                                                                                                  CurrentTenantService currentTenantService,
                                                                                                                                                  CurrentUserService currentUserService)
@Bean public FlowableExpressionFunctions expressionFunctions(TimeProvider timeProvider)
@Bean public org.flowable.engine.common.impl.el.ExpressionManager expressionManager()
@Bean public FlowableDmnGearExpressionManager dmnExpressionManager()
@Bean public FlowableExpressionManagerBasedExpressionResolver expressionResolver(org.flowable.engine.common.impl.el.ExpressionManager expressionManager)
@Bean public FlowableJobExecutorLifecycleBean flowableJobExecutorLifecycleBean(org.flowable.engine.ProcessEngine processEngine, @Value(value="${flowable.async-executor.enable:true}") boolean asyncExecutorEnabled)
@Bean public SecurityFlowNodeDecorator securityFlowNodeDecorator()
@Bean public org.flowable.engine.impl.cfg.PerformanceSettings performanceSettings()
@Bean public org.flowable.job.service.JobProcessor jobProcessor(CurrentTenantService currentTenantService, CurrentUserService currentUserService)
@Bean public org.flowable.engine.ProcessEngine processEngine(org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration)
@Bean
public org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                                                       DataSource dataSource,
                                                                                       DatabaseType databaseType,
                                                                                       DatabaseMetadata databaseMetadata,
                                                                                       EventBus eventBus,
                                                                                       IdLookupService idLookupService,
                                                                                       org.flowable.engine.common.impl.el.ExpressionManager expressionManager,
                                                                                       TimeProvider timeProvider,
                                                                                       org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnableFactory executeAsyncRunnableFactory,
                                                                                       org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler,
                                                                                       org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator springDmnEngineConfigurator,
                                                                                       org.flowable.job.service.JobProcessor jobProcessor)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.