Class BpmnEventInstanceOutParameterHandlerImpl
java.lang.Object
org.flowable.engine.impl.eventregistry.BpmnEventInstanceOutParameterHandlerImpl
- All Implemented Interfaces:
BpmnEventInstanceOutParameterHandler
public class BpmnEventInstanceOutParameterHandlerImpl
extends Object
implements BpmnEventInstanceOutParameterHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleOutParameters(VariableContainer variableContainer, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstanceand stores the corresponding variables on theVariableContainer.protected voidsetEventParameterVariable(String source, String target, boolean isTransient, Map<String, EventPayloadInstance> payloadInstances, VariableContainer variableContainer)
-
Constructor Details
-
BpmnEventInstanceOutParameterHandlerImpl
public BpmnEventInstanceOutParameterHandlerImpl()
-
-
Method Details
-
handleOutParameters
public void handleOutParameters(VariableContainer variableContainer, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstanceand stores the corresponding variables on theVariableContainer. Typically used when mapping incoming event payload into a runtime instance (theVariableContainer).- Specified by:
handleOutParametersin interfaceBpmnEventInstanceOutParameterHandler
-
setEventParameterVariable
protected void setEventParameterVariable(String source, String target, boolean isTransient, Map<String, EventPayloadInstance> payloadInstances, VariableContainer variableContainer)
-