org.camunda.bpm.engine.impl.cmd
Class GetExecutionVariableTypedCmd<T extends org.camunda.bpm.engine.variable.value.TypedValue>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd<T>
All Implemented Interfaces:
Serializable, Command<T>

public class GetExecutionVariableTypedCmd<T extends org.camunda.bpm.engine.variable.value.TypedValue>
extends Object
implements Command<T>, Serializable

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  boolean deserializeValue
           
protected  String executionId
           
protected  boolean isLocal
           
protected  String variableName
           
 
Constructor Summary
GetExecutionVariableTypedCmd(String executionId, String variableName, boolean isLocal, boolean deserializeValue)
           
 
Method Summary
 void checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
           
 T execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionId

protected String executionId

variableName

protected String variableName

isLocal

protected boolean isLocal

deserializeValue

protected boolean deserializeValue
Constructor Detail

GetExecutionVariableTypedCmd

public GetExecutionVariableTypedCmd(String executionId,
                                    String variableName,
                                    boolean isLocal,
                                    boolean deserializeValue)
Method Detail

execute

public T execute(CommandContext commandContext)
Specified by:
execute in interface Command<T extends org.camunda.bpm.engine.variable.value.TypedValue>

checkGetExecutionVariableTyped

public void checkGetExecutionVariableTyped(ExecutionEntity execution,
                                           CommandContext commandContext)


Copyright © 2016 camunda services GmbH. All rights reserved.