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