org.camunda.bpm.engine.impl.cmd
Class CorrelateMessageCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
- All Implemented Interfaces:
- Command<Void>
public class CorrelateMessageCmd
- extends Object
- implements Command<Void>
- Author:
- Thorben Lindhauer, Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageName
protected final String messageName
businessKey
protected final String businessKey
correlationKeys
protected final Map<String,Object> correlationKeys
processVariables
protected final Map<String,Object> processVariables
CorrelateMessageCmd
public CorrelateMessageCmd(String messageName,
String businessKey,
Map<String,Object> correlationKeys,
Map<String,Object> processVariables)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>
triggerExecution
protected void triggerExecution(CommandContext commandContext,
MessageCorrelationResult correlationResult)
instantiateProcess
protected void instantiateProcess(CommandContext commandContext,
MessageCorrelationResult correlationResult)
Copyright © 2014 camunda services GmbH. All Rights Reserved.