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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
deserializeObjectValues
Collection<String>
formVariableNames
String
resourceId
-
Constructor Summary
Constructors Constructor Description AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypedValue
createVariable(FormField formField, VariableScope variableScope)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
execute, isRetryable
-
-
-
-
Field Detail
-
resourceId
public String resourceId
-
formVariableNames
public Collection<String> formVariableNames
-
deserializeObjectValues
protected boolean deserializeObjectValues
-
-
Constructor Detail
-
AbstractGetFormVariablesCmd
public AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
-
-
Method Detail
-
createVariable
protected TypedValue createVariable(FormField formField, VariableScope variableScope)
-
-