Interface CoreFormFieldHandler

All Superinterfaces:
org.flowable.form.api.FormFieldHandler
All Known Implementing Classes:
FlowableFormFieldHandler

public interface CoreFormFieldHandler extends org.flowable.form.api.FormFieldHandler
Extends FormFieldHandler with a draft-save hook.
Author:
Prathamesh Mane
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleFormFieldsOnSave(org.flowable.form.api.FormInfo formInfo, String formInstanceId, Map<String,Object> variables, String tenantId)
     

    Methods inherited from interface org.flowable.form.api.FormFieldHandler

    enrichFormFields, handleFormFieldsOnSubmit
  • Method Details

    • handleFormFieldsOnSave

      void handleFormFieldsOnSave(org.flowable.form.api.FormInfo formInfo, String formInstanceId, Map<String,Object> variables, String tenantId)