org.camunda.bpm.engine.impl.cmmn.cmd
Class GetCaseExecutionVariableTypedCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
- All Implemented Interfaces:
- Serializable, Command<TypedValue>
public class GetCaseExecutionVariableTypedCmd
- extends Object
- implements Command<TypedValue>, Serializable
- Author:
- Roman Smirnov, Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseExecutionId
protected String caseExecutionId
variableName
protected String variableName
isLocal
protected boolean isLocal
deserializeValue
protected boolean deserializeValue
GetCaseExecutionVariableTypedCmd
public GetCaseExecutionVariableTypedCmd(String caseExecutionId,
String variableName,
boolean isLocal,
boolean deserializeValue)
execute
public TypedValue execute(CommandContext commandContext)
- Specified by:
execute in interface Command<TypedValue>
Copyright © 2015 camunda services GmbH. All rights reserved.