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