Uses of Interface
org.flowable.eventregistry.api.runtime.EventPayloadInstance
Packages that use EventPayloadInstance
Package
Description
-
Uses of EventPayloadInstance in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionstatic Collection<EventPayloadInstance>
EventInstanceCmmnUtil.createEventPayloadInstances
(VariableScope variableScope, ExpressionManager expressionManager, BaseElement baseElement, EventModel eventDefinition) Reads the 'in parameters' and converts them toEventPayloadInstance
instances. -
Uses of EventPayloadInstance in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionstatic Collection<EventPayloadInstance>
EventInstanceBpmnUtil.createEventPayloadInstances
(VariableScope variableScope, ExpressionManager expressionManager, BaseElement baseElement, EventModel eventDefinition) Reads the 'in parameters' and converts them toEventPayloadInstance
instances.Method parameters in org.flowable.engine.impl.util with type arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionprotected static void
EventInstanceBpmnUtil.addEventPayloadInstance
(List<EventPayloadInstance> eventPayloadInstances, String source, String target, VariableScope variableScope, ExpressionManager expressionManager, EventModel eventDefinition) protected static void
EventInstanceBpmnUtil.setEventParameterVariable
(String source, String target, boolean isTransient, Map<String, EventPayloadInstance> payloadInstances, VariableScope variableScope) -
Uses of EventPayloadInstance in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionInboundEventInfoAwarePayloadExtractor.extractPayload
(EventModel eventModel, FlowableEventInfo<T> event) default Collection<EventPayloadInstance>
InboundEventInfoAwarePayloadExtractor.extractPayload
(EventModel eventModel, T payload) default Collection<EventPayloadInstance>
InboundEventPayloadExtractor.extractPayload
(EventModel eventModel, FlowableEventInfo<T> event) InboundEventPayloadExtractor.extractPayload
(EventModel eventModel, T payload) -
Uses of EventPayloadInstance in org.flowable.eventregistry.api.runtime
Methods in org.flowable.eventregistry.api.runtime that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionEventInstance.getCorrelationParameterInstances()
EventInstance.getHeaderInstances()
EventInstance.getPayloadInstances()
-
Uses of EventPayloadInstance in org.flowable.eventregistry.impl.consumer
Fields in org.flowable.eventregistry.impl.consumer with type parameters of type EventPayloadInstanceModifier and TypeFieldDescriptionprotected Collection<EventPayloadInstance>
CorrelationKey.parameterInstances
Methods in org.flowable.eventregistry.impl.consumer that return types with arguments of type EventPayloadInstanceMethod parameters in org.flowable.eventregistry.impl.consumer with type arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionprotected String
BaseEventRegistryEventConsumer.generateCorrelationKey
(Collection<EventPayloadInstance> correlationParameterInstances) protected Collection<CorrelationKey>
BaseEventRegistryEventConsumer.generateCorrelationKeys
(Collection<EventPayloadInstance> correlationParameterInstances) Generates all possible correlation keys for the given correlation parameters.void
CorrelationKey.setParameterInstances
(Collection<EventPayloadInstance> parameterInstances) Constructor parameters in org.flowable.eventregistry.impl.consumer with type arguments of type EventPayloadInstanceModifierConstructorDescriptionCorrelationKey
(String value, Collection<EventPayloadInstance> parameterInstances) -
Uses of EventPayloadInstance in org.flowable.eventregistry.impl.payload
Methods in org.flowable.eventregistry.impl.payload that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionCompositePayloadExtractor.extractPayload
(EventModel eventModel, FlowableEventInfo<T> event) HeadersPayloadExtractor.extractPayload
(EventModel eventModel, FlowableEventInfo<T> event) JsonFieldToMapPayloadExtractor.extractPayload
(EventModel eventModel, com.fasterxml.jackson.databind.JsonNode payload) XmlElementsToMapPayloadExtractor.extractPayload
(EventModel eventModel, Document payload) -
Uses of EventPayloadInstance in org.flowable.eventregistry.impl.pipeline
Methods in org.flowable.eventregistry.impl.pipeline that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionDefaultInboundEventProcessingPipeline.extractPayload
(EventModel eventDefinition, FlowableEventInfo<T> event) -
Uses of EventPayloadInstance in org.flowable.eventregistry.impl.runtime
Classes in org.flowable.eventregistry.impl.runtime that implement EventPayloadInstanceFields in org.flowable.eventregistry.impl.runtime with type parameters of type EventPayloadInstanceModifier and TypeFieldDescriptionprotected Collection<EventPayloadInstance>
EventInstanceImpl.correlationPayloadInstances
protected Collection<EventPayloadInstance>
EventInstanceImpl.headerInstances
protected Collection<EventPayloadInstance>
EventInstanceImpl.payloadInstances
Methods in org.flowable.eventregistry.impl.runtime that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionEventInstanceImpl.getCorrelationParameterInstances()
EventInstanceImpl.getHeaderInstances()
EventInstanceImpl.getPayloadInstances()
Method parameters in org.flowable.eventregistry.impl.runtime with type arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionvoid
EventInstanceImpl.setCorrelationParameterInstances
(Collection<EventPayloadInstance> correlationParameterInstances) void
EventInstanceImpl.setHeaderInstances
(Collection<EventPayloadInstance> headerInstances) void
EventInstanceImpl.setPayloadInstances
(Collection<EventPayloadInstance> payloadInstances) Constructor parameters in org.flowable.eventregistry.impl.runtime with type arguments of type EventPayloadInstanceModifierConstructorDescriptionEventInstanceImpl
(String eventKey, Collection<EventPayloadInstance> payloadInstances) EventInstanceImpl
(String eventKey, Collection<EventPayloadInstance> payloadInstances, String tenantId) -
Uses of EventPayloadInstance in org.flowable.eventregistry.spring.kafka.payload
Methods in org.flowable.eventregistry.spring.kafka.payload that return types with arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionKafkaConsumerRecordInformationPayloadExtractor.extractPayload
(EventModel eventModel, FlowableEventInfo<T> event) protected Collection<EventPayloadInstance>
KafkaConsumerRecordInformationPayloadExtractor.extractPayload
(EventModel eventModel, KafkaInboundChannelModel inboundChannel, org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> consumerRecord) Method parameters in org.flowable.eventregistry.spring.kafka.payload with type arguments of type EventPayloadInstanceModifier and TypeMethodDescriptionprotected void
KafkaConsumerRecordInformationPayloadExtractor.addPayloadIfAvailable
(String payloadName, EventModel model, Supplier<?> valueSupplier, Consumer<EventPayloadInstance> payloadInstanceConsumer)