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