| Methods in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationSet |
CorrelationHandlerResult |
DefaultCorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
CorrelationHandlerResult |
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<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<CorrelationHandlerResult> |
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<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateMessageToExecutions(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
protected List<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateStartMessageByEventSubscription(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<CorrelationHandlerResult> |
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)
|