Uses of Class
org.camunda.bpm.engine.impl.runtime.CorrelationSet

Packages that use CorrelationSet
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.runtime   
 

Uses of CorrelationSet in org.camunda.bpm.engine.impl.cmd
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CorrelationSet
 MismatchingMessageCorrelationException CommandLogger.exceptionCorrelateMessageToSingleExecution(String messageName, long executionCound, CorrelationSet correlationSet)
           
 MismatchingMessageCorrelationException 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 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<EventSubscriptionEntity> DefaultCorrelationHandler.findMessageStartEventSubscriptions(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.