org.camunda.bpm.engine.impl.cmd
Class CorrelateMessageCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
      extended by org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
All Implemented Interfaces:
Command<Void>

public class CorrelateMessageCmd
extends AbstractCorrelateMessageCmd

Author:
Thorben Lindhauer, Daniel Meyer, Michael Scholz

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
businessKey, correlationKeys, isExclusiveCorrelation, messageName, processInstanceId, processVariables
 
Constructor Summary
CorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
          Initialize the command with a builder
CorrelateMessageCmd(String messageName, String businessKey, Map<String,Object> correlationKeys, Map<String,Object> processVariables)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
checkAuthorization, instantiateProcess, triggerExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelateMessageCmd

public CorrelateMessageCmd(String messageName,
                           String businessKey,
                           Map<String,Object> correlationKeys,
                           Map<String,Object> processVariables)

CorrelateMessageCmd

public CorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
Initialize the command with a builder

Parameters:
messageCorrelationBuilderImpl -
Method Detail

execute

public Void execute(CommandContext commandContext)


Copyright © 2016 camunda services GmbH. All rights reserved.