Uses of Class
org.camunda.bpm.engine.impl.runtime.CorrelationSet
Packages that use CorrelationSet
-
Uses of CorrelationSet in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CorrelationSetModifier and TypeMethodDescriptionCommandLogger.exceptionCorrelateMessageToSingleExecution(String messageName, long executionCound, CorrelationSet correlationSet) CommandLogger.exceptionCorrelateMessageToSingleProcessDefinition(String messageName, long processDefinitionCound, CorrelationSet correlationSet) -
Uses of CorrelationSet in org.camunda.bpm.engine.impl.runtime
Methods in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationSetModifier and TypeMethodDescriptionCorrelationHandler.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.DefaultCorrelationHandler.correlateMessage(CommandContext commandContext, String messageName, CorrelationSet correlationSet) 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.DefaultCorrelationHandler.correlateMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet) protected List<CorrelationHandlerResult>DefaultCorrelationHandler.correlateMessageToExecutions(CommandContext commandContext, String messageName, CorrelationSet correlationSet) protected List<CorrelationHandlerResult>DefaultCorrelationHandler.correlateStartMessageByEventSubscription(CommandContext commandContext, String messageName, CorrelationSet correlationSet) CorrelationHandler.correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet) Correlate the given message to process definitions with a message start event.DefaultCorrelationHandler.correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet) protected List<EventSubscriptionEntity>DefaultCorrelationHandler.findMessageStartEventSubscriptions(CommandContext commandContext, String messageName, CorrelationSet correlationSet)