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