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 voidEventRegistryEventListenerActivityBehaviour.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 longCmmnEventRegistryEventConsumer.countCaseInstances(CmmnRuntimeService cmmnRuntimeService, EventInstance eventInstance, CorrelationKey correlationKey, CaseDefinition caseDefinition) protected EventRegistryProcessingInfoCmmnEventRegistryEventConsumer.eventReceived(EventInstance eventInstance) protected booleanCmmnEventRegistryEventConsumer.handleEventSubscription(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected voidCmmnEventRegistryEventConsumer.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 voidEventInstanceCmmnUtil.handleEventInstanceOutParameters(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstanceand 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 longBpmnEventRegistryEventConsumer.countProcessInstances(RuntimeService runtimeService, EventInstance eventInstance, CorrelationKey correlationKey, ProcessDefinition processDefinition) protected EventRegistryProcessingInfoBpmnEventRegistryEventConsumer.eventReceived(EventInstance eventInstance) protected voidBpmnEventRegistryEventConsumer.handleEventSubscription(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected voidBpmnEventRegistryEventConsumer.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 voidEventInstanceBpmnUtil.handleEventInstanceOutParameters(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstanceand 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) voidOutboundEventProcessor.sendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels) voidEventRegistry.sendEventOutbound(EventInstance eventInstance, Collection<ChannelModel> channelModels) Send out theeventInstancevia the givenchannelModel(s).voidEventRegistry.sendSystemEventOutbound(EventInstance eventInstance) Send out theeventInstancevia 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 EventInstanceDefaultOutboundEvent.eventInstanceMethods in org.flowable.eventregistry.impl that return EventInstanceMethods in org.flowable.eventregistry.impl with parameters of type EventInstanceModifier and TypeMethodDescriptionvoidDefaultOutboundEventProcessor.sendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels) voidSystemOutboundEventProcessor.sendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels) voidDefaultEventRegistry.sendEventOutbound(EventInstance eventInstance, Collection<ChannelModel> channelModels) voidDefaultEventRegistry.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 EventRegistryProcessingInfoBaseEventRegistryEventConsumer.eventReceived(EventInstance eventInstance) protected List<EventSubscription>BaseEventRegistryEventConsumer.findEventSubscriptions(String scopeType, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys) protected CorrelationKeyBaseEventRegistryEventConsumer.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 EventInstanceFlowableEventRegistryEvent.eventInstanceMethods 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 TypeMethodDescriptionvoidFlowableEventRegistryEvent.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) voidInMemoryOutboundEventChannelAdapter.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)