Uses of Class
org.flowable.eventregistry.model.EventPayload
Packages that use EventPayload
Package
Description
-
Uses of EventPayload in org.flowable.eventregistry.api.runtime
Methods in org.flowable.eventregistry.api.runtime that return EventPayload -
Uses of EventPayload in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model with type parameters of type EventPayloadModifier and TypeFieldDescriptionprotected Map<String,
EventPayload> EventModelBuilderImpl.eventPayloadDefinitions
-
Uses of EventPayload in org.flowable.eventregistry.impl.payload
Methods in org.flowable.eventregistry.impl.payload with parameters of type EventPayloadModifier and TypeMethodDescriptionprotected void
HeadersPayloadExtractor.convertBytesHeaderValue
(String headerName, byte[] headerValue, Map<String, Object> filteredHeaders, EventPayload eventHeaderDef) -
Uses of EventPayload in org.flowable.eventregistry.impl.runtime
Fields in org.flowable.eventregistry.impl.runtime declared as EventPayloadModifier and TypeFieldDescriptionprotected EventPayload
EventPayloadInstanceImpl.eventPayloadDefinition
Methods in org.flowable.eventregistry.impl.runtime that return EventPayloadMethods in org.flowable.eventregistry.impl.runtime with parameters of type EventPayloadModifier and TypeMethodDescriptionvoid
EventPayloadInstanceImpl.setEventPayloadDefinition
(EventPayload eventPayloadDefinition) Constructors in org.flowable.eventregistry.impl.runtime with parameters of type EventPayloadModifierConstructorDescriptionEventPayloadInstanceImpl
(EventPayload eventPayloadDefinition, Object value) -
Uses of EventPayload in org.flowable.eventregistry.model
Fields in org.flowable.eventregistry.model with type parameters of type EventPayloadMethods in org.flowable.eventregistry.model that return EventPayloadModifier and TypeMethodDescriptionstatic EventPayload
EventPayload.correlation
(String name, String type) static EventPayload
EventPayload.fullPayload
(String name) EventModel.getPayload
(String name) static EventPayload
static EventPayload
EventPayload.headerWithCorrelation
(String name, String type) Methods in org.flowable.eventregistry.model that return types with arguments of type EventPayloadModifier and TypeMethodDescriptionEventModel.getCorrelationParameters()
EventModel.getHeaders()
EventModel.getPayload()
Methods in org.flowable.eventregistry.model with parameters of type EventPayloadMethod parameters in org.flowable.eventregistry.model with type arguments of type EventPayload