Class MessageCorrelationResultImpl
java.lang.Object
org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
- All Implemented Interfaces:
MessageCorrelationResult,MessageCorrelationResultWithVariables
public class MessageCorrelationResultImpl
extends Object
implements MessageCorrelationResultWithVariables
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Executionprotected ProcessInstanceprotected final MessageCorrelationResultTypeprotected org.camunda.bpm.engine.variable.VariableMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the execution entity on which the message was correlated to.Returns the process instance id on which the message was correlated to.Returns the result type of the message correlation result.org.camunda.bpm.engine.variable.VariableMapReturns the process variables of the process instance on which the message was correlated to.voidsetProcessInstance(ProcessInstance processInstance) voidsetVariables(org.camunda.bpm.engine.variable.VariableMap variables)
-
Field Details
-
execution
-
resultType
-
processInstance
-
variables
protected org.camunda.bpm.engine.variable.VariableMap variables
-
-
Constructor Details
-
MessageCorrelationResultImpl
-
-
Method Details
-
getExecution
Description copied from interface:MessageCorrelationResultReturns the execution entity on which the message was correlated to.- Specified by:
getExecutionin interfaceMessageCorrelationResult- Returns:
- the execution
-
getProcessInstance
Description copied from interface:MessageCorrelationResultReturns the process instance id on which the message was correlated to.- Specified by:
getProcessInstancein interfaceMessageCorrelationResult- Returns:
- the process instance id
-
setProcessInstance
-
getResultType
Description copied from interface:MessageCorrelationResultReturns the result type of the message correlation result. Indicates if either the message was correlated to a waiting execution or to a process definition like a start event.- Specified by:
getResultTypein interfaceMessageCorrelationResult- Returns:
- the result type of the message correlation result
-
getVariables
public org.camunda.bpm.engine.variable.VariableMap getVariables()Description copied from interface:MessageCorrelationResultWithVariablesReturns the process variables of the process instance on which the message was correlated to.- Specified by:
getVariablesin interfaceMessageCorrelationResultWithVariables- Returns:
- the variable map of the process variables
-
setVariables
public void setVariables(org.camunda.bpm.engine.variable.VariableMap variables)
-