Package org.flowable.engine.impl.form
Class DefaultTaskFormHandler
- java.lang.Object
-
- org.flowable.engine.impl.form.DefaultFormHandler
-
- org.flowable.engine.impl.form.DefaultTaskFormHandler
-
- All Implemented Interfaces:
Serializable,FormHandler,TaskFormHandler
public class DefaultTaskFormHandler extends DefaultFormHandler implements TaskFormHandler
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.flowable.engine.impl.form.DefaultFormHandler
deploymentId, formKey, formPropertyHandlers
-
Fields inherited from interface org.flowable.engine.impl.form.FormHandler
current
-
-
Constructor Summary
Constructors Constructor Description DefaultTaskFormHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskFormDatacreateTaskForm(TaskEntity task)-
Methods inherited from class org.flowable.engine.impl.form.DefaultFormHandler
getDeploymentId, getFormKey, getFormPropertyHandlers, initializeFormProperties, parseConfiguration, setDeploymentId, setFormKey, setFormPropertyHandlers, submitFormProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.engine.impl.form.FormHandler
parseConfiguration, submitFormProperties
-
Methods inherited from interface org.flowable.engine.impl.form.TaskFormHandler
getFormKey
-
-
-
-
Method Detail
-
createTaskForm
public TaskFormData createTaskForm(TaskEntity task)
- Specified by:
createTaskFormin interfaceTaskFormHandler
-
-