public class DefaultFormFieldHandler extends Object implements FormFieldHandler
| Constructor and Description |
|---|
DefaultFormFieldHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
enrichFormFields(FormInfo formInfo) |
void |
handleFormFieldsOnSubmit(FormInfo formInfo,
String taskId,
String processInstanceId,
String scopeId,
String scopeType,
Map<String,Object> variables)
When content is uploaded for a field, it is uploaded as a 'temporary related content'.
|
public void handleFormFieldsOnSubmit(FormInfo formInfo, String taskId, String processInstanceId, String scopeId, String scopeType, Map<String,Object> variables)
handleFormFieldsOnSubmit in interface FormFieldHandlerpublic void enrichFormFields(FormInfo formInfo)
enrichFormFields in interface FormFieldHandlerCopyright © 2018 Flowable. All rights reserved.