Interface StartFormHandler
-
- All Superinterfaces:
FormHandler
- All Known Implementing Classes:
DefaultStartFormHandler
,DelegateStartFormHandler
public interface StartFormHandler extends FormHandler
- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartFormData
createStartFormData(ProcessDefinitionEntity processDefinition)
-
Methods inherited from interface org.camunda.bpm.engine.impl.form.handler.FormHandler
parseConfiguration, submitFormVariables
-
-
-
-
Method Detail
-
createStartFormData
StartFormData createStartFormData(ProcessDefinitionEntity processDefinition)
-
-