public class MessageCorrelationResultImpl extends Object implements MessageCorrelationResultWithVariables
| Modifier and Type | Field and Description |
|---|---|
protected Execution |
execution |
protected ProcessInstance |
processInstance |
protected MessageCorrelationResultType |
resultType |
protected VariableMap |
variables |
| Constructor and Description |
|---|
MessageCorrelationResultImpl(CorrelationHandlerResult handlerResult) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
getExecution()
Returns the execution entity on which the message was correlated to.
|
ProcessInstance |
getProcessInstance()
Returns the process instance id on which the message was correlated to.
|
MessageCorrelationResultType |
getResultType()
Returns the result type of the message correlation result.
|
VariableMap |
getVariables()
Returns the process variables of the process instance on which the message
was correlated to.
|
void |
setProcessInstance(ProcessInstance processInstance) |
void |
setVariables(VariableMap variables) |
protected final Execution execution
protected final MessageCorrelationResultType resultType
protected ProcessInstance processInstance
protected VariableMap variables
public MessageCorrelationResultImpl(CorrelationHandlerResult handlerResult)
public Execution getExecution()
MessageCorrelationResultgetExecution in interface MessageCorrelationResultpublic ProcessInstance getProcessInstance()
MessageCorrelationResultgetProcessInstance in interface MessageCorrelationResultpublic void setProcessInstance(ProcessInstance processInstance)
public MessageCorrelationResultType getResultType()
MessageCorrelationResultgetResultType in interface MessageCorrelationResultMessageCorrelationResultType}public VariableMap getVariables()
MessageCorrelationResultWithVariablesgetVariables in interface MessageCorrelationResultWithVariablespublic void setVariables(VariableMap variables)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.