Class DefaultFormFieldHandler
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.form.DefaultFormFieldHandler
-
- All Implemented Interfaces:
FormFieldHandler
public class DefaultFormFieldHandler extends Object implements FormFieldHandler
- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description DefaultFormFieldHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenrichFormFields(FormInfo formInfo)voidhandleFormFieldsOnSubmit(FormInfo formInfo, String taskId, String processInstanceId, String scopeId, String scopeType, Map<String,Object> variables, String tenantId)When content is uploaded for a field, it is uploaded as a 'temporary related content'.
-
-
-
Method Detail
-
handleFormFieldsOnSubmit
public void handleFormFieldsOnSubmit(FormInfo formInfo, String taskId, String processInstanceId, String scopeId, String scopeType, Map<String,Object> variables, String tenantId)
When content is uploaded for a field, it is uploaded as a 'temporary related content'. Now that the task is completed, we need to associate the field/taskId/processInstanceId with the related content so we can retrieve it later.- Specified by:
handleFormFieldsOnSubmitin interfaceFormFieldHandler
-
enrichFormFields
public void enrichFormFields(FormInfo formInfo)
- Specified by:
enrichFormFieldsin interfaceFormFieldHandler
-
-