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

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

public class GetCaseExecutionVariableCmd
extends Object
implements Command<Object>, Serializable

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
protected  String caseExecutionId
           
protected  boolean isLocal
           
protected  String variableName
           
 
Constructor Summary
GetCaseExecutionVariableCmd(String caseExecutionId, String variableName, boolean isLocal)
           
 
Method Summary
 Object 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
Constructor Detail

GetCaseExecutionVariableCmd

public GetCaseExecutionVariableCmd(String caseExecutionId,
                                   String variableName,
                                   boolean isLocal)
Method Detail

execute

public Object execute(CommandContext commandContext)
Specified by:
execute in interface Command<Object>


Copyright © 2016 camunda services GmbH. All rights reserved.