org.camunda.bpm.engine.impl.cmd
Class GetExecutionVariableTypedCmd<T extends TypedValue>
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd<T>
- All Implemented Interfaces:
- Serializable, Command<T>
public class GetExecutionVariableTypedCmd<T extends TypedValue>
- extends Object
- implements Command<T>, 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 |
executionId
protected String executionId
variableName
protected String variableName
isLocal
protected boolean isLocal
deserializeValue
protected boolean deserializeValue
GetExecutionVariableTypedCmd
public GetExecutionVariableTypedCmd(String executionId,
String variableName,
boolean isLocal,
boolean deserializeValue)
execute
public T execute(CommandContext commandContext)
- Specified by:
execute in interface Command<T extends TypedValue>
Copyright © 2015 camunda services GmbH. All rights reserved.