| Methods in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationSet |
MessageCorrelationResult |
DefaultCorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
MessageCorrelationResult |
CorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to either a waiting execution or a process
definition with a message start event. |
List<MessageCorrelationResult> |
DefaultCorrelationHandler.correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<MessageCorrelationResult> |
CorrelationHandler.correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to all waiting executions and all process
definitions which have a message start event. |
protected List<MessageCorrelationResult> |
DefaultCorrelationHandler.correlateMessageToExecutions(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
protected List<MessageCorrelationResult> |
DefaultCorrelationHandler.correlateStartMessageByEventSubscription(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<MessageCorrelationResult> |
DefaultCorrelationHandler.correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<MessageCorrelationResult> |
CorrelationHandler.correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to process definitions with a message start
event. |
protected List<MessageEventSubscriptionEntity> |
DefaultCorrelationHandler.findMessageStartEventSubscriptions(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|