@Configuration @Import(value={CommonsConfiguration.class,EngineConfiguration.class,DebuggerProcessEngineConfiguration.class}) @EnableTransactionManagement public class GearConfiguration extends Object implements BaseConfiguration
BaseConfiguration.ClusterDisabledCondition, BaseConfiguration.ClusterEnabledCondition, BaseConfiguration.PROPERTY_SOURCE_LOCATIONS
ADDONS_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 |
---|
GearConfiguration() |
Modifier and Type | Method and Description |
---|---|
ConverterProvider |
converterProvider() |
EventBus |
eventBus() |
DefaultIdLookupService |
idLookupService(AnyWorkObjectPersistence anyWorkObjectPersistence,
AnyWorkObjectDefinitionPersistence anyWorkObjectDefinitionPersistence) |
ActivitiProcessProvider |
processProvider(org.flowable.engine.ProcessEngine processEngine,
EventBus eventBus,
TimeProvider timeProvider,
IdLookupService idLookupService,
CurrentTenantService currentTenantService) |
ProcessService |
processService(WorkObjectService workObjectService) |
ActivitiTaskProvider |
taskProvider(org.flowable.engine.ProcessEngine processEngine,
EventBus eventBus,
TimeProvider timeProvider,
IdLookupService idLookupService) |
WorkObjectService |
workObjectService(AnyWorkObjectService anyWorkObjectService,
IdLookupService idLookupService,
CurrentTenantService currentTenantService) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyConfigurationCustomisations, getObjectOrDefault
@Bean public EventBus eventBus()
@Bean public ActivitiTaskProvider taskProvider(org.flowable.engine.ProcessEngine processEngine, EventBus eventBus, TimeProvider timeProvider, IdLookupService idLookupService)
@Bean public ActivitiProcessProvider processProvider(org.flowable.engine.ProcessEngine processEngine, EventBus eventBus, TimeProvider timeProvider, IdLookupService idLookupService, CurrentTenantService currentTenantService)
@Bean public ConverterProvider converterProvider()
@Bean public DefaultIdLookupService idLookupService(AnyWorkObjectPersistence anyWorkObjectPersistence, AnyWorkObjectDefinitionPersistence anyWorkObjectDefinitionPersistence)
@Bean public WorkObjectService workObjectService(AnyWorkObjectService anyWorkObjectService, IdLookupService idLookupService, CurrentTenantService currentTenantService)
@Bean public ProcessService processService(WorkObjectService workObjectService)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.