org.camunda.bpm.engine.impl.cmmn.cmd
Class GetCaseExecutionVariableTypedCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
All Implemented Interfaces:
Serializable, Command<org.camunda.bpm.engine.variable.value.TypedValue>

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

Author:
Roman Smirnov, Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  String caseExecutionId
           
protected  boolean deserializeValue
           
protected  boolean isLocal
           
protected  String variableName
           
 
Constructor Summary
GetCaseExecutionVariableTypedCmd(String caseExecutionId, String variableName, boolean isLocal, boolean deserializeValue)
           
 
Method Summary
 org.camunda.bpm.engine.variable.value.TypedValue execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caseExecutionId

protected String caseExecutionId

variableName

protected String variableName

isLocal

protected boolean isLocal

deserializeValue

protected boolean deserializeValue
Constructor Detail

GetCaseExecutionVariableTypedCmd

public GetCaseExecutionVariableTypedCmd(String caseExecutionId,
                                        String variableName,
                                        boolean isLocal,
                                        boolean deserializeValue)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.