Package org.camunda.bpm.engine.impl.form
Class TaskFormDataImpl
java.lang.Object
org.camunda.bpm.engine.impl.form.FormDataImpl
org.camunda.bpm.engine.impl.form.TaskFormDataImpl
- All Implemented Interfaces:
Serializable
,FormData
,TaskFormData
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.form.FormDataImpl
camundaFormRef, deploymentId, formFields, formKey, formProperties
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.form.FormDataImpl
getCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties, setCamundaFormRef, setDeploymentId, setFormFields, setFormKey, setFormProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.form.FormData
getCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties
-
Field Details
-
task
-
-
Constructor Details
-
TaskFormDataImpl
public TaskFormDataImpl()
-
-
Method Details
-
getTask
Description copied from interface:TaskFormData
The task for which this form is used to complete it.- Specified by:
getTask
in interfaceTaskFormData
-
setTask
-