Package org.flowable.form.api
Interface FormFieldHandler
-
public interface FormFieldHandlerDefines a form field handler.- Author:
- Tijs Rademakers
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-