Package org.activiti.engine.impl.cmd
Class GetTaskVariableInstanceCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetTaskVariableInstanceCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<VariableInstance>
public class GetTaskVariableInstanceCmd extends java.lang.Object implements Command<VariableInstance>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisLocalprotected java.lang.StringtaskIdprotected java.lang.StringvariableName
-
Constructor Summary
Constructors Constructor Description GetTaskVariableInstanceCmd(java.lang.String taskId, java.lang.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>
-
-