Uses of Interface
org.flowable.eventregistry.api.EventRepositoryService
Packages that use EventRepositoryService
Package
Description
Helper classes for testing processes.
-
Uses of EventRepositoryService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return EventRepositoryServiceModifier and TypeMethodDescriptionstatic EventRepositoryService
CommandContextUtil.getEventRepositoryService()
static EventRepositoryService
CommandContextUtil.getEventRepositoryService
(CommandContext commandContext) -
Uses of EventRepositoryService in org.flowable.cmmn.engine.test
Methods in org.flowable.cmmn.engine.test that return EventRepositoryServiceModifier and TypeMethodDescriptionprotected EventRepositoryService
FlowableCmmnTestCase.getEventRepositoryService()
-
Uses of EventRepositoryService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return EventRepositoryServiceModifier and TypeMethodDescriptionstatic EventRepositoryService
CommandContextUtil.getEventRepositoryService()
static EventRepositoryService
CommandContextUtil.getEventRepositoryService
(CommandContext commandContext) -
Uses of EventRepositoryService in org.flowable.engine.test
Methods in org.flowable.engine.test that return EventRepositoryServiceModifier and TypeMethodDescriptionprotected EventRepositoryService
FlowableTestCase.getEventRepositoryService()
-
Uses of EventRepositoryService in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventRepositoryServiceMethods in org.flowable.eventregistry.api with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionvoid
ChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
ChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) -
Uses of EventRepositoryService in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement EventRepositoryServiceFields in org.flowable.eventregistry.impl declared as EventRepositoryServiceModifier and TypeFieldDescriptionprotected EventRepositoryService
DefaultOutboundEventProcessor.eventRepositoryService
protected EventRepositoryService
EventRegistryEngineConfiguration.eventRepositoryService
protected EventRepositoryService
EventRegistryEngineImpl.repositoryService
Methods in org.flowable.eventregistry.impl that return EventRepositoryServiceModifier and TypeMethodDescriptionEventRegistryEngine.getEventRepositoryService()
EventRegistryEngineConfiguration.getEventRepositoryService()
EventRegistryEngineImpl.getEventRepositoryService()
Methods in org.flowable.eventregistry.impl with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setEventRepositoryService
(EventRepositoryService eventRepositoryService) Constructors in org.flowable.eventregistry.impl with parameters of type EventRepositoryServiceModifierConstructorDescriptionDefaultOutboundEventProcessor
(EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) -
Uses of EventRepositoryService in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as EventRepositoryServiceModifier and TypeFieldDescriptionprotected EventRepositoryService
InboundChannelDefinitionBuilderImpl.eventRepository
protected EventRepositoryService
InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl.eventRepository
protected EventRepositoryService
OutboundChannelDefinitionBuilderImpl.eventRepository
protected final EventRepositoryService
InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.eventRepositoryService
protected final EventRepositoryService
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.eventRepositoryService
protected final EventRepositoryService
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.eventRepositoryService
protected final EventRepositoryService
OutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl.eventRepositoryService
protected final EventRepositoryService
OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl.eventRepositoryService
protected final EventRepositoryService
OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl.eventRepositoryService
Constructors in org.flowable.eventregistry.impl.model with parameters of type EventRepositoryServiceModifierConstructorDescriptionInboundChannelDefinitionBuilderImpl
(EventRepositoryService eventRepository, ChannelJsonConverter channelJsonConverter) InboundEventProcessingPipelineBuilderImpl
(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) InboundJmsChannelBuilderImpl
(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) InboundKafkaChannelBuilderImpl
(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) InboundRabbitChannelBuilderImpl
(RabbitInboundChannelModel rabbitChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) OutboundChannelDefinitionBuilderImpl
(EventRepositoryService eventRepository, ChannelJsonConverter channelJsonConverter) OutboundJmsChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, JmsOutboundChannelModel jmsChannel) OutboundKafkaChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel) OutboundRabbitChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, RabbitOutboundChannelModel rabbitChannel) -
Uses of EventRepositoryService in org.flowable.eventregistry.impl.pipeline
Fields in org.flowable.eventregistry.impl.pipeline declared as EventRepositoryServiceModifier and TypeFieldDescriptionprotected EventRepositoryService
DefaultInboundEventProcessingPipeline.eventRepositoryService
Methods in org.flowable.eventregistry.impl.pipeline with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionprotected InboundEventProcessingPipeline
InboundChannelModelProcessor.createExpressionEventProcessingPipeline
(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected InboundEventProcessingPipeline
InboundChannelModelProcessor.createJsonEventProcessingPipeline
(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected InboundEventProcessingPipeline
InboundChannelModelProcessor.createXmlEventProcessingPipeline
(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService) void
DelegateExpressionInboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
DelegateExpressionOutboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
InboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) protected void
InboundChannelModelProcessor.registerChannelModel
(InboundChannelModel inboundChannelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean fallbackToDefaultTenant) void
OutboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
DelegateExpressionInboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) void
DelegateExpressionOutboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) void
InboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) void
OutboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) Constructors in org.flowable.eventregistry.impl.pipeline with parameters of type EventRepositoryServiceModifierConstructorDescriptionDefaultInboundEventProcessingPipeline
(EventRepositoryService eventRepositoryService, InboundEventDeserializer<T> inboundEventDeserializer, InboundEventFilter<T> inboundEventFilter, InboundEventKeyDetector<T> inboundEventKeyDetector, InboundEventTenantDetector<T> inboundEventTenantDetector, InboundEventPayloadExtractor<T> inboundEventPayloadExtractor, InboundEventTransformer inboundEventTransformer) -
Uses of EventRepositoryService in org.flowable.eventregistry.impl.util
Methods in org.flowable.eventregistry.impl.util that return EventRepositoryServiceModifier and TypeMethodDescriptionstatic EventRepositoryService
CommandContextUtil.getEventRepositoryService()
-
Uses of EventRepositoryService in org.flowable.eventregistry.spring.jms
Methods in org.flowable.eventregistry.spring.jms with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionvoid
JmsChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
JmsChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) -
Uses of EventRepositoryService in org.flowable.eventregistry.spring.kafka
Methods in org.flowable.eventregistry.spring.kafka with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionvoid
KafkaChannelDefinitionProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
KafkaChannelDefinitionProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) -
Uses of EventRepositoryService in org.flowable.eventregistry.spring.rabbit
Methods in org.flowable.eventregistry.spring.rabbit with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionvoid
RabbitChannelDefinitionProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
RabbitChannelDefinitionProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) -
Uses of EventRepositoryService in org.flowable.eventregistry.test
Fields in org.flowable.eventregistry.test declared as EventRepositoryServiceModifier and TypeFieldDescriptionprotected EventRepositoryService
FlowableEventRule.repositoryService
Methods in org.flowable.eventregistry.test that return EventRepositoryServiceModifier and TypeMethodDescriptionFlowableEventTestHelper.getEventRepositoryService()
FlowableEventRule.getRepositoryService()
Methods in org.flowable.eventregistry.test with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionstatic String
EventTestHelper.annotationDeploymentSetUp
(EventRepositoryService eventRepositoryService, Class<?> testClass, Method method, EventDeploymentAnnotation eventDeploymentAnnotation, ChannelDeploymentAnnotation channelDeploymentAnnotation) static String
EventTestHelper.annotationDeploymentSetUp
(EventRepositoryService eventRepositoryService, Class<?> testClass, String methodName) static void
EventTestHelper.annotationDeploymentTearDown
(EventRepositoryService eventRepositoryService, String deploymentId, Class<?> testClass, String methodName) void
FlowableEventRule.setRepositoryService
(EventRepositoryService repositoryService)