Class EventInstanceCmmnUtil
java.lang.Object
org.flowable.cmmn.engine.impl.util.EventInstanceCmmnUtil
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<EventPayloadInstance> createEventPayloadInstances(VariableScope variableScope, ExpressionManager expressionManager, BaseElement baseElement, EventModel eventDefinition) Reads the 'in parameters' and converts them toEventPayloadInstanceinstances.
-
Constructor Details
-
EventInstanceCmmnUtil
public EventInstanceCmmnUtil()
-
-
Method Details
-
createEventPayloadInstances
public static Collection<EventPayloadInstance> createEventPayloadInstances(VariableScope variableScope, ExpressionManager expressionManager, BaseElement baseElement, EventModel eventDefinition) Reads the 'in parameters' and converts them toEventPayloadInstanceinstances. Typically used when needing to createEventInstance's and populate the payload.
-