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