|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageCorrelationResult | |
|---|---|
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.runtime | |
| Uses of MessageCorrelationResult in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type MessageCorrelationResult | |
|---|---|
protected void |
AbstractCorrelateMessageCmd.checkAuthorization(MessageCorrelationResult correlation)
|
protected void |
AbstractCorrelateMessageCmd.instantiateProcess(CommandContext commandContext,
MessageCorrelationResult correlationResult)
|
protected void |
AbstractCorrelateMessageCmd.triggerExecution(CommandContext commandContext,
MessageCorrelationResult correlationResult)
|
| Uses of MessageCorrelationResult in org.camunda.bpm.engine.impl.runtime |
|---|
| Methods in org.camunda.bpm.engine.impl.runtime that return MessageCorrelationResult | |
|---|---|
MessageCorrelationResult |
CorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message and return the MessageCorrelationResult that matches it. |
MessageCorrelationResult |
DefaultCorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
static MessageCorrelationResult |
MessageCorrelationResult.matchedExecution(ExecutionEntity executionEntity)
|
static MessageCorrelationResult |
MessageCorrelationResult.matchedProcessDefinition(ProcessDefinitionEntity processDefinitionEntity,
String startEventActivityId)
|
protected MessageCorrelationResult |
DefaultCorrelationHandler.tryCorrelateMessageToProcessDefinition(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
| Methods in org.camunda.bpm.engine.impl.runtime that return types with arguments of type MessageCorrelationResult | |
|---|---|
List<MessageCorrelationResult> |
CorrelationHandler.correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate all given messages and return a List of MessageCorrelationResults that matches them. |
List<MessageCorrelationResult> |
DefaultCorrelationHandler.correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
protected List<MessageCorrelationResult> |
DefaultCorrelationHandler.correlateMessageToExecutions(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||