Package org.camunda.bpm.engine.impl.cmd
Class AbstractGetFormVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<VariableMap>
- Direct Known Subclasses:
GetStartFormVariablesCmd
,GetTaskFormVariablesCmd
public abstract class AbstractGetFormVariablesCmd
extends Object
implements Command<VariableMap>, Serializable
- Author:
- Daniel Meyer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
-
Constructor Summary
ConstructorDescriptionAbstractGetFormVariablesCmd
(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected TypedValue
createVariable
(FormField formField, VariableScope variableScope)
-
Field Details
-
resourceId
-
formVariableNames
-
deserializeObjectValues
protected boolean deserializeObjectValues
-
-
Constructor Details
-
AbstractGetFormVariablesCmd
public AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
-
-
Method Details
-
createVariable
-