org.camunda.bpm.engine.impl.runtime
Class MessageCorrelationResultImpl
java.lang.Object
org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
- All Implemented Interfaces:
- MessageCorrelationResult
public class MessageCorrelationResultImpl
- extends Object
- implements MessageCorrelationResult
- Author:
- Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execution
protected final Execution execution
resultType
protected final MessageCorrelationResultType resultType
processInstance
protected ProcessInstance processInstance
MessageCorrelationResultImpl
public MessageCorrelationResultImpl(CorrelationHandlerResult handlerResult)
getExecution
public Execution getExecution()
- Description copied from interface:
MessageCorrelationResult
- Returns the execution entity on which the message was correlated to.
- Specified by:
getExecution in interface MessageCorrelationResult
- Returns:
- the execution
getProcessInstance
public ProcessInstance getProcessInstance()
- Description copied from interface:
MessageCorrelationResult
- Returns the process instance id on which the message was correlated to.
- Specified by:
getProcessInstance in interface MessageCorrelationResult
- Returns:
- the process instance id
setProcessInstance
public void setProcessInstance(ProcessInstance processInstance)
getResultType
public MessageCorrelationResultType getResultType()
- Description copied from interface:
MessageCorrelationResult
- Returns 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:
getResultType in interface MessageCorrelationResult
- Returns:
- the result type of the message correlation result
- See Also:
MessageCorrelationResultType}
Copyright © 2016 camunda services GmbH. All rights reserved.