Package org.camunda.bpm.engine.impl.cmd
Class AbstractGetFormVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
- All Implemented Interfaces:
Serializable,Command<org.camunda.bpm.engine.variable.VariableMap>
- Direct Known Subclasses:
GetStartFormVariablesCmd,GetTaskFormVariablesCmd
public abstract class AbstractGetFormVariablesCmd
extends Object
implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
- Author:
- Daniel Meyer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionAbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.camunda.bpm.engine.variable.value.TypedValuecreateVariable(FormField formField, VariableScope variableScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
execute, isRetryable
-
Field Details
-
resourceId
-
formVariableNames
-
deserializeObjectValues
protected boolean deserializeObjectValues
-
-
Constructor Details
-
AbstractGetFormVariablesCmd
public AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
-
-
Method Details
-
createVariable
protected org.camunda.bpm.engine.variable.value.TypedValue createVariable(FormField formField, VariableScope variableScope)
-