org.camunda.bpm.engine.impl.cmd
Class AbstractCorrelateMessageCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
- Direct Known Subclasses:
- CorrelateAllMessageCmd, CorrelateMessageCmd, CorrelateStartMessageCmd
public abstract class AbstractCorrelateMessageCmd
- extends Object
- Author:
- Thorben Lindhauer, Daniel Meyer, Michael Scholz, Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageName
protected final String messageName
builder
protected final MessageCorrelationBuilderImpl builder
AbstractCorrelateMessageCmd
protected AbstractCorrelateMessageCmd(MessageCorrelationBuilderImpl builder)
- Initialize the command with a builder
- Parameters:
builder -
triggerExecution
protected void triggerExecution(CommandContext commandContext,
CorrelationHandlerResult correlationResult)
instantiateProcess
protected ProcessInstance instantiateProcess(CommandContext commandContext,
CorrelationHandlerResult correlationResult)
checkAuthorization
protected void checkAuthorization(CorrelationHandlerResult correlation)
createMessageCorrelationResult
protected MessageCorrelationResult createMessageCorrelationResult(CommandContext commandContext,
CorrelationHandlerResult handlerResult)
Copyright © 2016 camunda services GmbH. All rights reserved.