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

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

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

Methods in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationSet
 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)
           
 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)
           
protected  MessageCorrelationResult DefaultCorrelationHandler.tryCorrelateMessageToProcessDefinition(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.