public class EventInstanceCmmnUtil extends Object
| Constructor and Description |
|---|
EventInstanceCmmnUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<EventPayloadInstance> |
createEventPayloadInstances(VariableScope variableScope,
ExpressionManager expressionManager,
BaseElement baseElement,
EventModel eventDefinition)
Reads the 'in parameters' and converts them to
EventPayloadInstance instances. |
static void |
handleEventInstanceOutParameters(VariableScope variableScope,
BaseElement baseElement,
EventInstance eventInstance)
Processes the 'out parameters' of an
EventInstance and stores the corresponding variables on the VariableScope. |
public static void handleEventInstanceOutParameters(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance)
EventInstance and stores the corresponding variables on the VariableScope.
Typically used when mapping incoming event payload into a runtime instance.public static Collection<EventPayloadInstance> createEventPayloadInstances(VariableScope variableScope, ExpressionManager expressionManager, BaseElement baseElement, EventModel eventDefinition)
EventPayloadInstance instances.
Typically used when needing to create EventInstance's and populate the payload.Copyright © 2023 Flowable. All rights reserved.