Package org.flowable.engine.impl.form
Interface TaskFormHandler
-
- All Superinterfaces:
FormHandler,Serializable
- All Known Implementing Classes:
DefaultTaskFormHandler
public interface TaskFormHandler extends FormHandler
- Author:
- Tom Baeyens, Joram Barrez
-
-
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 TaskFormDatacreateTaskForm(TaskEntity task)ExpressiongetFormKey()-
Methods inherited from interface org.flowable.engine.impl.form.FormHandler
parseConfiguration, submitFormProperties
-
-
-
-
Method Detail
-
createTaskForm
TaskFormData createTaskForm(TaskEntity task)
-
getFormKey
Expression getFormKey()
-
-