public class TaskFormDataImpl extends FormDataImpl implements TaskFormData
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.task.api.Task |
task |
deploymentId, formKey, formProperties| Constructor and Description |
|---|
TaskFormDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.task.api.Task |
getTask()
The task for which this form is used to complete it.
|
void |
setTask(org.flowable.task.api.Task task) |
getDeploymentId, getFormKey, getFormProperties, setDeploymentId, setFormKey, setFormPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeploymentId, getFormKey, getFormPropertiespublic org.flowable.task.api.Task getTask()
TaskFormDatagetTask in interface TaskFormDatapublic void setTask(org.flowable.task.api.Task task)
Copyright © 2018 Flowable. All rights reserved.