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

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

public class GetTaskVariableCmdTyped
extends Object
implements Command<TypedValue>, Serializable

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  boolean deserializeValue
           
protected  boolean isLocal
           
protected  String taskId
           
protected  String variableName
           
 
Constructor Summary
GetTaskVariableCmdTyped(String taskId, String variableName, boolean isLocal, boolean deserializeValue)
           
 
Method Summary
 TypedValue 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

deserializeValue

protected boolean deserializeValue
Constructor Detail

GetTaskVariableCmdTyped

public GetTaskVariableCmdTyped(String taskId,
                               String variableName,
                               boolean isLocal,
                               boolean deserializeValue)
Method Detail

execute

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


Copyright © 2015 camunda services GmbH. All rights reserved.