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, formPropertyHandlersFields 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, submitFormPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.engine.impl.form.FormHandler
parseConfiguration, submitFormPropertiesMethods inherited from interface org.flowable.engine.impl.form.TaskFormHandler
getFormKey
-
Constructor Details
-
DefaultTaskFormHandler
public DefaultTaskFormHandler()
-
-
Method Details
-
createTaskForm
- Specified by:
createTaskFormin interfaceTaskFormHandler
-