Class DefaultFormFieldHandler
java.lang.Object
org.flowable.cmmn.engine.impl.form.DefaultFormFieldHandler
- All Implemented Interfaces:
FormFieldHandler
- Author:
- Tijs Rademakers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
enrichFormFields
(FormInfo formInfo) 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'.
-
Constructor Details
-
DefaultFormFieldHandler
public DefaultFormFieldHandler()
-
-
Method Details
-
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:
handleFormFieldsOnSubmit
in interfaceFormFieldHandler
-
enrichFormFields
- Specified by:
enrichFormFields
in interfaceFormFieldHandler
-