| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.runtime | |
| org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService. |
| Modifier and Type | Method and Description |
|---|---|
MessageCorrelationResult |
MessageCorrelationBuilderImpl.correlateWithResult() |
| Modifier and Type | Method and Description |
|---|---|
List<MessageCorrelationResult> |
MessageCorrelationBuilderImpl.correlateAllWithResult() |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageCorrelationResultImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageCorrelationResultWithVariables
* The result of a
message correlation
containing the process variables |
| Modifier and Type | Method and Description |
|---|---|
MessageCorrelationResult |
MessageCorrelationBuilder.correlateWithResult()
Executes the message correlation and returns a
MessageCorrelationResult object. |
| Modifier and Type | Method and Description |
|---|---|
List<MessageCorrelationResult> |
MessageCorrelationBuilder.correlateAllWithResult()
Executes the message correlation for multiple messages and returns a list of message correlation results.
|
Copyright © 2013–2019 camunda services GmbH. All rights reserved.