Package org.camunda.bpm.engine.impl.cmd
Class CorrelateMessageCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
-
- org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
-
- All Implemented Interfaces:
Command<MessageCorrelationResultImpl>
public class CorrelateMessageCmd extends AbstractCorrelateMessageCmd implements Command<MessageCorrelationResultImpl>
- Author:
- Thorben Lindhauer, Daniel Meyer, Michael Scholz, Christopher Zell
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
startMessageOnly
-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
builder, deserializeVariableValues, messageName, variablesEnabled, variablesListener
-
-
Constructor Summary
Constructors Constructor Description CorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl, boolean collectVariables, boolean deserializeVariableValues, boolean startMessageOnly)
Initialize the command with a builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageCorrelationResultImpl
execute(CommandContext commandContext)
-
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
checkAuthorization, createMessageCorrelationResult, findProcessInstanceExecution, instantiateProcess, resolveStartVariables, triggerExecution
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Constructor Detail
-
CorrelateMessageCmd
public CorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl, boolean collectVariables, boolean deserializeVariableValues, boolean startMessageOnly)
Initialize the command with a builder- Parameters:
messageCorrelationBuilderImpl
-
-
-
Method Detail
-
execute
public MessageCorrelationResultImpl execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<MessageCorrelationResultImpl>
-
-