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:
 java.io.Serializable,FormData,TaskFormData
public class TaskFormDataImpl extends FormDataImpl implements TaskFormData
- Author:
 - Tom Baeyens
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Tasktask- 
Fields inherited from class org.camunda.bpm.engine.impl.form.FormDataImpl
camundaFormRef, deploymentId, formFields, formKey, formProperties 
 - 
 
- 
Constructor Summary
Constructors Constructor Description TaskFormDataImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskgetTask()The task for which this form is used to complete it.voidsetTask(Task task)- 
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 Detail
- 
task
protected Task task
 
 - 
 
- 
Method Detail
- 
getTask
public Task getTask()
Description copied from interface:TaskFormDataThe task for which this form is used to complete it.- Specified by:
 getTaskin interfaceTaskFormData
 
- 
setTask
public void setTask(Task task)
 
 - 
 
 -