org.camunda.bpm.engine.impl.cmd
Class AbstractCorrelateMessageCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
- All Implemented Interfaces:
- Command<Void>
- Direct Known Subclasses:
- CorrelateAllMessageCmd, CorrelateMessageCmd
public abstract class AbstractCorrelateMessageCmd
- extends Object
- implements Command<Void>
- Author:
- Thorben Lindhauer, Daniel Meyer, Michael Scholz
| 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 |
execute |
messageName
protected final String messageName
businessKey
protected final String businessKey
correlationKeys
protected final Map<String,Object> correlationKeys
processVariables
protected final Map<String,Object> processVariables
processInstanceId
protected String processInstanceId
isExclusiveCorrelation
protected boolean isExclusiveCorrelation
AbstractCorrelateMessageCmd
protected AbstractCorrelateMessageCmd(String messageName,
String businessKey,
Map<String,Object> correlationKeys,
Map<String,Object> processVariables)
AbstractCorrelateMessageCmd
protected AbstractCorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
- Initialize the command with a builder
- Parameters:
messageCorrelationBuilderImpl -
triggerExecution
protected void triggerExecution(CommandContext commandContext,
MessageCorrelationResult correlationResult)
instantiateProcess
protected void instantiateProcess(CommandContext commandContext,
MessageCorrelationResult correlationResult)
checkAuthorization
protected void checkAuthorization(MessageCorrelationResult correlation)
Copyright © 2016 camunda services GmbH. All rights reserved.