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

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

public class CorrelateAllMessageCmd
extends AbstractCorrelateMessageCmd
implements Command<Void>

Author:
Thorben Lindhauer, Daniel Meyer, Michael Scholz

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
builder, messageName
 
Constructor Summary
CorrelateAllMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
          Initialize the command with a builder
 
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

CorrelateAllMessageCmd

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

Parameters:
messageCorrelationBuilderImpl -
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.