| 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 |
|---|---|
MessageCorrelationResultWithVariables |
MessageCorrelationBuilderImpl.correlateWithResultAndVariables(boolean deserializeValues) |
| Modifier and Type | Method and Description |
|---|---|
List<MessageCorrelationResultWithVariables> |
MessageCorrelationBuilderImpl.correlateAllWithResultAndVariables(boolean deserializeValues) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageCorrelationResultImpl |
| Modifier and Type | Method and Description |
|---|---|
MessageCorrelationResultWithVariables |
MessageCorrelationBuilder.correlateWithResultAndVariables(boolean deserializeValues)
Executes the message correlation.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageCorrelationResultWithVariables> |
MessageCorrelationBuilder.correlateAllWithResultAndVariables(boolean deserializeValues)
Executes the message correlation.
|
Copyright © 2013–2020 camunda services GmbH. All rights reserved.