Class GetVariablesFromFormSubmissionCmd
- java.lang.Object
-
- org.flowable.form.engine.impl.cmd.GetVariablesFromFormSubmissionCmd
-
- All Implemented Interfaces:
Serializable,Command<Map<String,Object>>
public class GetVariablesFromFormSubmissionCmd extends Object implements Command<Map<String,Object>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>execute(CommandContext commandContext)protected ObjecttransformFormFieldValueToVariableValue(FormField formField, Object formFieldValue)
-