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
- Author:
- Tom Baeyens
- See Also:
-
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 -
Method Summary
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
-
Constructor Details
-
DefaultTaskFormHandler
public DefaultTaskFormHandler()
-
-
Method Details
-
createTaskForm
- Specified by:
createTaskForm
in interfaceTaskFormHandler
-