Class TaskFormDataImpl
java.lang.Object
org.flowable.engine.impl.form.FormDataImpl
org.flowable.engine.impl.form.TaskFormDataImpl
- All Implemented Interfaces:
Serializable, FormData, TaskFormData
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
FieldsFields inherited from class FormDataImpl
deploymentId, formKey, formProperties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FormDataImpl
getDeploymentId, getFormKey, getFormProperties, setDeploymentId, setFormKey, setFormPropertiesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormData
getDeploymentId, getFormKey, getFormProperties
-
Field Details
-
task
-
-
Constructor Details
-
TaskFormDataImpl
public TaskFormDataImpl()
-
-
Method Details
-
getTask
Description copied from interface:TaskFormDataThe task for which this form is used to complete it.- Specified by:
getTaskin interfaceTaskFormData
-
setTask
-