org.camunda.bpm.engine.impl.cmd
Class GetTaskVariableCmdTyped
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
- All Implemented Interfaces:
- Serializable, Command<org.camunda.bpm.engine.variable.value.TypedValue>
public class GetTaskVariableCmdTyped
- extends Object
- implements Command<org.camunda.bpm.engine.variable.value.TypedValue>, Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskId
protected String taskId
variableName
protected String variableName
isLocal
protected boolean isLocal
deserializeValue
protected boolean deserializeValue
GetTaskVariableCmdTyped
public GetTaskVariableCmdTyped(String taskId,
String variableName,
boolean isLocal,
boolean deserializeValue)
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 © 2016 camunda services GmbH. All rights reserved.