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 SummaryFieldsFields inherited from class org.camunda.bpm.engine.impl.form.FormDataImplcamundaFormRef, deploymentId, formFields, formKey, formProperties
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.camunda.bpm.engine.impl.form.FormDataImplgetCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties, setCamundaFormRef, setDeploymentId, setFormFields, setFormKey, setFormPropertiesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.form.FormDatagetCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties
- 
Field Details- 
task
 
- 
- 
Constructor Details- 
TaskFormDataImplpublic TaskFormDataImpl()
 
- 
- 
Method Details- 
getTaskDescription copied from interface:TaskFormDataThe task for which this form is used to complete it.- Specified by:
- getTaskin interface- TaskFormData
 
- 
setTask
 
-