|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageCorrelationResult | |
|---|---|
| org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.runtime | |
| org.camunda.bpm.engine.runtime | Classes related to the RuntimeService. |
| Uses of MessageCorrelationResult in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl that return MessageCorrelationResult | |
|---|---|
MessageCorrelationResult |
MessageCorrelationBuilderImpl.correlateWithResult()
|
| Methods in org.camunda.bpm.engine.impl that return types with arguments of type MessageCorrelationResult | |
|---|---|
List<MessageCorrelationResult> |
MessageCorrelationBuilderImpl.correlateAllWithResult()
|
| Uses of MessageCorrelationResult in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return MessageCorrelationResult | |
|---|---|
protected MessageCorrelationResult |
AbstractCorrelateMessageCmd.createMessageCorrelationResult(CommandContext commandContext,
CorrelationHandlerResult handlerResult)
|
MessageCorrelationResult |
CorrelateMessageCmd.execute(CommandContext commandContext)
|
| Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type MessageCorrelationResult | |
|---|---|
List<MessageCorrelationResult> |
CorrelateAllMessageCmd.execute(CommandContext commandContext)
|
| Uses of MessageCorrelationResult in org.camunda.bpm.engine.impl.runtime |
|---|
| Classes in org.camunda.bpm.engine.impl.runtime that implement MessageCorrelationResult | |
|---|---|
class |
MessageCorrelationResultImpl
|
| Uses of MessageCorrelationResult in org.camunda.bpm.engine.runtime |
|---|
| Methods in org.camunda.bpm.engine.runtime that return MessageCorrelationResult | |
|---|---|
MessageCorrelationResult |
MessageCorrelationBuilder.correlateWithResult()
Executes the message correlation and returns a MessageCorrelationResult object. |
| Methods in org.camunda.bpm.engine.runtime that return types with arguments of type MessageCorrelationResult | |
|---|---|
List<MessageCorrelationResult> |
MessageCorrelationBuilder.correlateAllWithResult()
Executes the message correlation for multiple messages and returns a list of message correlation results. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||