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 SummaryFieldsModifier and TypeFieldDescriptionprotected boolean
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected TypedValuecreateVariable(FormField formField, VariableScope variableScope) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Commandexecute, isRetryable
- 
Field Details- 
resourceId
- 
formVariableNames
- 
deserializeObjectValuesprotected boolean deserializeObjectValues
 
- 
- 
Constructor Details- 
AbstractGetFormVariablesCmdpublic AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues) 
 
- 
- 
Method Details- 
createVariable
 
-