|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageCorrelationResult
The result of a message correlation. A message may be correlated to either
a waiting execution (BPMN receive message event) or a process definition
(BPMN message start event). The type of the correlation (execution vs.
processDefinition) can be obtained using getResultType()
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Execution getExecution()
ProcessInstance getProcessInstance()
MessageCorrelationResultType getResultType()
MessageCorrelationResultType}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||