Package org.activiti.engine.impl.cmd
Class GetExecutionVariableInstanceCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetExecutionVariableInstanceCmd
-
- All Implemented Interfaces:
Serializable,Command<VariableInstance>
public class GetExecutionVariableInstanceCmd extends Object implements Command<VariableInstance>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutionIdprotected booleanisLocalprotected StringvariableName
-
Constructor Summary
Constructors Constructor Description GetExecutionVariableInstanceCmd(String executionId, String variableName, boolean isLocal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableInstanceexecute(CommandContext commandContext)protected VariableInstancegetVariable(ExecutionEntity execution, CommandContext commandContext)
-
-
-
Method Detail
-
execute
public VariableInstance execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<VariableInstance>
-
getVariable
protected VariableInstance getVariable(ExecutionEntity execution, CommandContext commandContext)
-
-