Uses of Class
org.flowable.eventregistry.impl.EventRegistryEngineConfiguration
Packages that use EventRegistryEngineConfiguration
Package
Description
Helper classes for testing processes.
-
Uses of EventRegistryEngineConfiguration in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionCommandContextUtil.getEventRegistryEngineConfiguration()
CommandContextUtil.getEventRegistryEngineConfiguration
(CommandContext commandContext) -
Uses of EventRegistryEngineConfiguration in org.flowable.cmmn.engine.test
Methods in org.flowable.cmmn.engine.test that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionprotected EventRegistryEngineConfiguration
FlowableCmmnTestCase.getEventRegistryEngineConfiguration()
-
Uses of EventRegistryEngineConfiguration in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionCommandContextUtil.getEventRegistryEngineConfiguration()
CommandContextUtil.getEventRegistryEngineConfiguration
(CommandContext commandContext) EngineServiceUtil.getEventRegistryEngineConfiguration
(AbstractEngineConfiguration engineConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.engine.test
Methods in org.flowable.engine.test that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionprotected EventRegistryEngineConfiguration
FlowableTestCase.getEventRegistryEngineConfiguration()
-
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
DefaultEventRegistry.engineConfiguration
protected EventRegistryEngineConfiguration
EventRegistryEngineImpl.engineConfiguration
protected EventRegistryEngineConfiguration
EventRepositoryServiceImpl.eventRegistryEngineConfiguration
Methods in org.flowable.eventregistry.impl that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.addPostDefaultELResolver
(ELResolver elResolver) EventRegistryEngineConfiguration.addPreBeanELResolver
(ELResolver elResolver) EventRegistryEngineConfiguration.addPreDefaultELResolver
(ELResolver elResolver) EventRegistryEngineConfiguration.createEventRegistryEngineConfigurationFromInputStream
(InputStream inputStream) EventRegistryEngineConfiguration.createEventRegistryEngineConfigurationFromInputStream
(InputStream inputStream, String beanName) EventRegistryEngineConfiguration.createEventRegistryEngineConfigurationFromResource
(String resource) EventRegistryEngineConfiguration.createEventRegistryEngineConfigurationFromResource
(String resource, String beanName) EventRegistryEngineConfiguration.createEventRegistryEngineConfigurationFromResourceDefault()
EventRegistryEngineConfiguration.createStandaloneEventRegistryEngineConfiguration()
EventRegistryEngineConfiguration.createStandaloneInMemEventRegistryEngineConfiguration()
EventRegistryEngine.getEventRegistryEngineConfiguration()
EventRegistryEngineImpl.getEventRegistryEngineConfiguration()
EventRegistryEngineConfiguration.getFormEngineConfiguration()
EventRegistryEngineConfiguration.registerInboundEventPayloadExtractor
(String channelType, InboundEventPayloadExtractor<?> payloadExtractor) EventRegistryEngineConfiguration.removeInboundEventPayloadExtractor
(String channelType) EventRegistryEngineConfiguration.setChannelDefinitionCache
(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache) EventRegistryEngineConfiguration.setChannelDefinitionEntityManager
(ChannelDefinitionEntityManager channelDefinitionEntityManager) EventRegistryEngineConfiguration.setChannelJsonConverter
(ChannelJsonConverter channelJsonConverter) EventRegistryEngineConfiguration.setChannelModelProcessors
(Collection<ChannelModelProcessor> channelModelProcessors) EventRegistryEngineConfiguration.setDefaultInboundEventPayloadExtractor
(InboundEventPayloadExtractor<?> defaultInboundEventPayloadExtractor) EventRegistryEngineConfiguration.setDeploymentDataManager
(EventDeploymentDataManager deploymentDataManager) EventRegistryEngineConfiguration.setDeploymentEntityManager
(EventDeploymentEntityManager deploymentEntityManager) EventRegistryEngineConfiguration.setEnableEventRegistryChangeDetection
(boolean enableEventRegistryChangeDetection) EventRegistryEngineConfiguration.setEnableEventRegistryChangeDetectionAfterEngineCreate
(boolean enableEventRegistryChangeDetectionAfterEngineCreate) EventRegistryEngineConfiguration.setEngineName
(String eventRegistryEngineName) EventRegistryEngineConfiguration.setEventDefinitionCache
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) EventRegistryEngineConfiguration.setEventDefinitionCacheLimit
(int eventDefinitionCacheLimit) EventRegistryEngineConfiguration.setEventDefinitionDataManager
(EventDefinitionDataManager eventDefinitionDataManager) EventRegistryEngineConfiguration.setEventDefinitionEntityManager
(EventDefinitionEntityManager eventDefinitionEntityManager) EventRegistryEngineConfiguration.setEventDeployer
(EventDefinitionDeployer eventDeployer) EventRegistryEngineConfiguration.setEventJsonConverter
(EventJsonConverter eventJsonConverter) EventRegistryEngineConfiguration.setEventManagementService
(EventManagementService eventManagementService) EventRegistryEngineConfiguration.setEventParseFactory
(EventDefinitionParseFactory eventParseFactory) EventRegistryEngineConfiguration.setEventRegistry
(EventRegistry eventRegistry) EventRegistryEngineConfiguration.setEventRegistryChangeDetectionDelayInMs
(long eventRegistryChangeDetectionDelayInMs) EventRegistryEngineConfiguration.setEventRegistryChangeDetectionExecutor
(EventRegistryChangeDetectionExecutor eventRegistryChangeDetectionExecutor) EventRegistryEngineConfiguration.setEventRegistryChangeDetectionInitialDelayInMs
(long eventRegistryChangeDetectionInitialDelayInMs) EventRegistryEngineConfiguration.setEventRegistryChangeDetectionManager
(EventRegistryChangeDetectionManager eventRegistryChangeDetectionManager) EventRegistryEngineConfiguration.setEventRepositoryService
(EventRepositoryService eventRepositoryService) EventRegistryEngineConfiguration.setExpressionManager
(ExpressionManager expressionManager) EventRegistryEngineConfiguration.setInboundChannelModelCacheManager
(InboundChannelModelCacheManager inboundChannelModelCacheManager) EventRegistryEngineConfiguration.setInboundEventPayloadExtractorsByChannelType
(Map<String, InboundEventPayloadExtractor<?>> inboundEventPayloadExtractorsByChannelType) EventRegistryEngineConfiguration.setInboundEventProcessor
(InboundEventProcessor inboundEventProcessor) EventRegistryEngineConfiguration.setNonMatchingEventConsumer
(EventRegistryNonMatchingEventConsumer nonMatchingEventConsumer) EventRegistryEngineConfiguration.setOutboundEventProcessor
(OutboundEventProcessor outboundEventProcessor) EventRegistryEngineConfiguration.setPostDefaultELResolvers
(Collection<ELResolver> postDefaultELResolvers) EventRegistryEngineConfiguration.setPreBeanELResolvers
(Collection<ELResolver> preBeanELResolvers) EventRegistryEngineConfiguration.setPreDefaultELResolvers
(Collection<ELResolver> preDefaultELResolvers) EventRegistryEngineConfiguration.setResourceDataManager
(EventResourceDataManager resourceDataManager) EventRegistryEngineConfiguration.setResourceEntityManager
(EventResourceEntityManager resourceEntityManager) EventRegistryEngineConfiguration.setSystemOutboundEventProcessor
(OutboundEventProcessor systemOutboundEventProcessor) EventRegistryEngineConfiguration.setTableDataManager
(TableDataManager tableDataManager) Constructors in org.flowable.eventregistry.impl with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionDefaultEventRegistry
(EventRegistryEngineConfiguration engineConfiguration) EventManagementServiceImpl
(EventRegistryEngineConfiguration engineConfiguration) EventRegistryEngineImpl
(EventRegistryEngineConfiguration engineConfiguration) EventRepositoryServiceImpl
(EventRegistryEngineConfiguration engineConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.cfg
Subclasses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.cfgModifier and TypeClassDescriptionclass
class
-
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.configurator
Fields in org.flowable.eventregistry.impl.configurator declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
EventRegistryEngineConfigurator.eventEngineConfiguration
Methods in org.flowable.eventregistry.impl.configurator that return EventRegistryEngineConfigurationMethods in org.flowable.eventregistry.impl.configurator with parameters of type EventRegistryEngineConfigurationModifier and TypeMethodDescriptionprotected void
EventRegistryEngineConfigurator.initialiseEventRegistryEngineConfiguration
(EventRegistryEngineConfiguration eventRegistryEngineConfiguration) EventRegistryEngineConfigurator.setEventEngineConfiguration
(EventRegistryEngineConfiguration eventEngineConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.db
Methods in org.flowable.eventregistry.impl.db with parameters of type EventRegistryEngineConfigurationModifier and TypeMethodDescriptionvoid
EventDbSchemaManager.initSchema
(EventRegistryEngineConfiguration eventRegistryConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected final EventRegistryEngineConfiguration
DefaultInboundChannelModelCacheManager.engineConfiguration
Methods in org.flowable.eventregistry.impl.deployer with parameters of type EventRegistryEngineConfigurationModifier and TypeMethodDescriptionvoid
CachingAndArtifactsManager.registerChannelModel
(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration) Constructors in org.flowable.eventregistry.impl.deployer with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionDefaultInboundChannelModelCacheManager
(EventRegistryEngineConfiguration engineConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.management
Fields in org.flowable.eventregistry.impl.management declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
DefaultEventRegistryChangeDetectionManager.eventRegistryEngineConfiguration
Constructors in org.flowable.eventregistry.impl.management with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionDefaultEventRegistryChangeDetectionManager
(EventRegistryEngineConfiguration eventRegistryEngineConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.parser
Methods in org.flowable.eventregistry.impl.parser with parameters of type EventRegistryEngineConfigurationModifier and TypeMethodDescriptionChannelDefinitionParse.execute
(EventRegistryEngineConfiguration eventEngineConfig) EventDefinitionParse.execute
(EventRegistryEngineConfiguration eventEngineConfig) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.persistence
Fields in org.flowable.eventregistry.impl.persistence declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
AbstractManager.eventEngineConfiguration
Methods in org.flowable.eventregistry.impl.persistence that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionprotected EventRegistryEngineConfiguration
AbstractManager.getEventEngineConfiguration()
Constructors in org.flowable.eventregistry.impl.persistence with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionAbstractManager
(EventRegistryEngineConfiguration eventEngineConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
EventDeploymentManager.engineConfig
Constructors in org.flowable.eventregistry.impl.persistence.deploy with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionEventDeploymentManager
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache, DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache, EventRegistryEngineConfiguration engineConfig) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.persistence.entity
Constructors in org.flowable.eventregistry.impl.persistence.entity with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionChannelDefinitionEntityManagerImpl
(EventRegistryEngineConfiguration eventRegistryEngineConfiguration, ChannelDefinitionDataManager channelDefinitionDataManager) EventDefinitionEntityManagerImpl
(EventRegistryEngineConfiguration eventRegistryEngineConfiguration, EventDefinitionDataManager eventDefinitionDataManager) EventDeploymentEntityManagerImpl
(EventRegistryEngineConfiguration eventRegistryConfiguration, EventDeploymentDataManager deploymentDataManager) EventResourceEntityManagerImpl
(EventRegistryEngineConfiguration eventRegistryConfiguration, EventResourceDataManager resourceDataManager) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.persistence.entity.data
Fields in org.flowable.eventregistry.impl.persistence.entity.data declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
AbstractEventDataManager.eventRegistryConfiguration
Constructors in org.flowable.eventregistry.impl.persistence.entity.data with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionAbstractEventDataManager
(EventRegistryEngineConfiguration eventRegistryConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.persistence.entity.data.impl
Constructors in org.flowable.eventregistry.impl.persistence.entity.data.impl with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionMybatisChannelDefinitionDataManager
(EventRegistryEngineConfiguration eventRegistryConfiguration) MybatisEventDefinitionDataManager
(EventRegistryEngineConfiguration eventRegistryConfiguration) MybatisEventDeploymentDataManager
(EventRegistryEngineConfiguration eventRegistryConfiguration) MybatisEventResourceDataManager
(EventRegistryEngineConfiguration eventRegistryConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.pipeline
Fields in org.flowable.eventregistry.impl.pipeline declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
InboundChannelModelProcessor.engineConfiguration
Constructors in org.flowable.eventregistry.impl.pipeline with parameters of type EventRegistryEngineConfigurationModifierConstructorDescriptionInboundChannelModelProcessor
(EventRegistryEngineConfiguration engineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.impl.util
Methods in org.flowable.eventregistry.impl.util that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionCommandContextUtil.getEventRegistryConfiguration()
CommandContextUtil.getEventRegistryConfiguration
(CommandContext commandContext) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.spring
Subclasses of EventRegistryEngineConfiguration in org.flowable.eventregistry.springFields in org.flowable.eventregistry.spring declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
EventRegistryFactoryBean.eventEngineConfiguration
Methods in org.flowable.eventregistry.spring that return EventRegistryEngineConfigurationModifier and TypeMethodDescriptionEventRegistryFactoryBean.getEventEngineConfiguration()
SpringEventRegistryEngineConfiguration.setDataSource
(DataSource dataSource) Methods in org.flowable.eventregistry.spring with parameters of type EventRegistryEngineConfigurationModifier and TypeMethodDescriptionvoid
EventRegistryFactoryBean.setEventEngineConfiguration
(EventRegistryEngineConfiguration eventEngineConfiguration) -
Uses of EventRegistryEngineConfiguration in org.flowable.eventregistry.test
Fields in org.flowable.eventregistry.test declared as EventRegistryEngineConfigurationModifier and TypeFieldDescriptionprotected EventRegistryEngineConfiguration
FlowableEventRule.eventEngineConfiguration
Methods in org.flowable.eventregistry.test with parameters of type EventRegistryEngineConfigurationModifier and TypeMethodDescriptionvoid
FlowableEventRule.EventRegistryEngineConfiguration
(EventRegistryEngineConfiguration eventEngineConfiguration)