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

java.lang.Object
  extended by 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

Field Summary
protected  MessageCorrelationBuilderImpl builder
           
protected  String messageName
           
 
Constructor Summary
protected AbstractCorrelateMessageCmd(MessageCorrelationBuilderImpl builder)
          Initialize the command with a builder
 
Method Summary
protected  void checkAuthorization(MessageCorrelationResult correlation)
           
protected  ProcessInstance instantiateProcess(CommandContext commandContext, MessageCorrelationResult correlationResult)
           
protected  void triggerExecution(CommandContext commandContext, MessageCorrelationResult correlationResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageName

protected final String messageName

builder

protected final MessageCorrelationBuilderImpl builder
Constructor Detail

AbstractCorrelateMessageCmd

protected AbstractCorrelateMessageCmd(MessageCorrelationBuilderImpl builder)
Initialize the command with a builder

Parameters:
builder -
Method Detail

triggerExecution

protected void triggerExecution(CommandContext commandContext,
                                MessageCorrelationResult correlationResult)

instantiateProcess

protected ProcessInstance instantiateProcess(CommandContext commandContext,
                                             MessageCorrelationResult correlationResult)

checkAuthorization

protected void checkAuthorization(MessageCorrelationResult correlation)


Copyright © 2016 camunda services GmbH. All rights reserved.