public class GetVariablesFromFormSubmissionCmd extends Object implements Command<Map<String,Object>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected FormInfo |
formInfo |
protected String |
outcome |
protected Map<String,Object> |
values |
| Constructor and Description |
|---|
GetVariablesFromFormSubmissionCmd(FormInfo formInfo,
Map<String,Object> values) |
GetVariablesFromFormSubmissionCmd(FormInfo formInfo,
Map<String,Object> values,
String outcome) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
execute(CommandContext commandContext) |
protected Object |
transformFormFieldValueToVariableValue(FormField formField,
Object formFieldValue) |
Copyright © 2021 Flowable. All rights reserved.