Package org.flowable.engine.impl.form
Interface StartFormHandler
-
- All Superinterfaces:
FormHandler,Serializable
- All Known Implementing Classes:
DefaultStartFormHandler
public interface StartFormHandler extends FormHandler
- Author:
- Tom Baeyens
-
-
Field Summary
-
Fields inherited from interface org.flowable.engine.impl.form.FormHandler
current
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartFormDatacreateStartFormData(ProcessDefinition processDefinition)-
Methods inherited from interface org.flowable.engine.impl.form.FormHandler
parseConfiguration, submitFormProperties
-
-
-
-
Method Detail
-
createStartFormData
StartFormData createStartFormData(ProcessDefinition processDefinition)
-
-