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

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

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

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  boolean isLocal
           
protected  String taskId
           
protected  String variableName
           
 
Constructor Summary
GetTaskVariableCmd(String taskId, 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

taskId

protected String taskId

variableName

protected String variableName

isLocal

protected boolean isLocal
Constructor Detail

GetTaskVariableCmd

public GetTaskVariableCmd(String taskId,
                          String variableName,
                          boolean isLocal)
Method Detail

execute

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


Copyright © 2014 camunda services GmbH. All Rights Reserved.