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<MessageCorrelationResult>

public class CorrelateMessageCmd
extends AbstractCorrelateMessageCmd
implements Command<MessageCorrelationResult>

Author:
Thorben Lindhauer, Daniel Meyer, Michael Scholz, Christopher Zell

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
builder, messageName
 
Constructor Summary
CorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
          Initialize the command with a builder
 
Method Summary
 MessageCorrelationResult execute(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
checkAuthorization, createMessageCorrelationResult, 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(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
Initialize the command with a builder

Parameters:
messageCorrelationBuilderImpl -
Method Detail

execute

public MessageCorrelationResult execute(CommandContext commandContext)
Specified by:
execute in interface Command<MessageCorrelationResult>


Copyright © 2017 camunda services GmbH. All rights reserved.