Uses of Interface
org.flowable.eventregistry.api.runtime.EventInstance
Packages that use EventInstance
Package
Description
-
Uses of EventInstance in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type EventInstanceModifier and TypeMethodDescriptionprotected void
EventRegistryEventListenerActivityBehaviour.handleEventInstance
(PlanItemInstanceEntity planItemInstanceEntity, EventInstance eventInstance) -
Uses of EventInstance in org.flowable.cmmn.engine.impl.eventregistry
Methods in org.flowable.cmmn.engine.impl.eventregistry with parameters of type EventInstanceModifier and TypeMethodDescriptionprotected long
CmmnEventRegistryEventConsumer.countCaseInstances
(CmmnRuntimeService cmmnRuntimeService, EventInstance eventInstance, CorrelationKey correlationKey, CaseDefinition caseDefinition) protected EventRegistryProcessingInfo
CmmnEventRegistryEventConsumer.eventReceived
(EventInstance eventInstance) protected boolean
CmmnEventRegistryEventConsumer.handleEventSubscription
(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected void
CmmnEventRegistryEventConsumer.startCaseInstance
(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) -
Uses of EventInstance in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util with parameters of type EventInstanceModifier and TypeMethodDescriptionstatic void
EventInstanceCmmnUtil.handleEventInstanceOutParameters
(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstance
and stores the corresponding variables on theVariableScope
. -
Uses of EventInstance in org.flowable.engine.impl.eventregistry
Methods in org.flowable.engine.impl.eventregistry with parameters of type EventInstanceModifier and TypeMethodDescriptionprotected long
BpmnEventRegistryEventConsumer.countProcessInstances
(RuntimeService runtimeService, EventInstance eventInstance, CorrelationKey correlationKey, ProcessDefinition processDefinition) protected EventRegistryProcessingInfo
BpmnEventRegistryEventConsumer.eventReceived
(EventInstance eventInstance) protected void
BpmnEventRegistryEventConsumer.handleEventSubscription
(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected void
BpmnEventRegistryEventConsumer.startProcessInstance
(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) -
Uses of EventInstance in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type EventInstanceModifier and TypeMethodDescriptionstatic void
EventInstanceBpmnUtil.handleEventInstanceOutParameters
(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstance
and stores the corresponding variables on theVariableScope
. -
Uses of EventInstance in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventInstanceMethods in org.flowable.eventregistry.api with parameters of type EventInstanceModifier and TypeMethodDescriptionOutboundEventProcessingPipeline.run
(EventInstance eventInstance) void
OutboundEventProcessor.sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
EventRegistry.sendEventOutbound
(EventInstance eventInstance, Collection<ChannelModel> channelModels) Send out theeventInstance
via the givenchannelModel
(s).void
EventRegistry.sendSystemEventOutbound
(EventInstance eventInstance) Send out theeventInstance
via the given systemOutboundEventProcessor
.OutboundEventSerializer.serialize
(EventInstance eventInstance) The actual serialization.InboundEventTransformer.transform
(EventInstance eventInstance) -
Uses of EventInstance in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as EventInstanceModifier and TypeFieldDescriptionprotected final EventInstance
DefaultOutboundEvent.eventInstance
Methods in org.flowable.eventregistry.impl that return EventInstanceMethods in org.flowable.eventregistry.impl with parameters of type EventInstanceModifier and TypeMethodDescriptionvoid
DefaultOutboundEventProcessor.sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
SystemOutboundEventProcessor.sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
DefaultEventRegistry.sendEventOutbound
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
DefaultEventRegistry.sendSystemEventOutbound
(EventInstance eventInstance) Constructors in org.flowable.eventregistry.impl with parameters of type EventInstanceModifierConstructorDescriptionDefaultOutboundEvent
(T body, EventInstance eventInstance) DefaultOutboundEvent
(T body, EventInstance eventInstance, Map<String, Object> headers) -
Uses of EventInstance in org.flowable.eventregistry.impl.consumer
Methods in org.flowable.eventregistry.impl.consumer with parameters of type EventInstanceModifier and TypeMethodDescriptionprotected abstract EventRegistryProcessingInfo
BaseEventRegistryEventConsumer.eventReceived
(EventInstance eventInstance) protected List<EventSubscription>
BaseEventRegistryEventConsumer.findEventSubscriptions
(String scopeType, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys) protected CorrelationKey
BaseEventRegistryEventConsumer.getCorrelationKeyWithAllParameters
(Collection<CorrelationKey> correlationKeys, EventInstance eventInstance) -
Uses of EventInstance in org.flowable.eventregistry.impl.event
Fields in org.flowable.eventregistry.impl.event declared as EventInstanceModifier and TypeFieldDescriptionprotected EventInstance
FlowableEventRegistryEvent.eventInstance
Methods in org.flowable.eventregistry.impl.event that return EventInstanceModifier and TypeMethodDescriptionFlowableEventRegistryEvent.getEventInstance()
FlowableEventRegistryEvent.getEventObject()
Methods in org.flowable.eventregistry.impl.event with parameters of type EventInstanceModifier and TypeMethodDescriptionvoid
FlowableEventRegistryEvent.setEventInstance
(EventInstance eventInstance) Constructors in org.flowable.eventregistry.impl.event with parameters of type EventInstance -
Uses of EventInstance in org.flowable.eventregistry.impl.pipeline
Methods in org.flowable.eventregistry.impl.pipeline that return EventInstanceModifier and TypeMethodDescriptionInMemoryOutboundEventProcessingPipeline.run
(EventInstance eventInstance) Methods in org.flowable.eventregistry.impl.pipeline with parameters of type EventInstanceModifier and TypeMethodDescriptionDefaultOutboundEventProcessingPipeline.run
(EventInstance eventInstance) InMemoryOutboundEventProcessingPipeline.run
(EventInstance eventInstance) void
InMemoryOutboundEventChannelAdapter.sendEvent
(EventInstance rawEvent, Map<String, Object> headerMap) DefaultInboundEventProcessingPipeline.transform
(EventInstance eventInstance) -
Uses of EventInstance in org.flowable.eventregistry.impl.runtime
Classes in org.flowable.eventregistry.impl.runtime that implement EventInstance -
Uses of EventInstance in org.flowable.eventregistry.impl.serialization
Methods in org.flowable.eventregistry.impl.serialization with parameters of type EventInstanceModifier and TypeMethodDescriptionEventPayloadToJsonStringSerializer.serialize
(EventInstance eventInstance) EventPayloadToXmlStringSerializer.serialize
(EventInstance eventInstance) -
Uses of EventInstance in org.flowable.eventregistry.impl.transformer
Methods in org.flowable.eventregistry.impl.transformer with parameters of type EventInstanceModifier and TypeMethodDescriptionDefaultInboundEventTransformer.transform
(EventInstance eventInstance)