public class Flowable5TaskFormDataWrapper extends Object implements TaskFormData
TaskFormData.| Constructor and Description |
|---|
Flowable5TaskFormDataWrapper(TaskFormData activiti5TaskFormData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentId()
The deployment id of the process definition to which this form is related
|
String |
getFormKey()
User defined reference to a form.
|
List<FormProperty> |
getFormProperties()
Properties containing the dynamic information that needs to be displayed in the form.
|
Task |
getTask()
The task for which this form is used to complete it.
|
public Flowable5TaskFormDataWrapper(TaskFormData activiti5TaskFormData)
public String getFormKey()
FormDatagetFormKey in interface FormDatapublic String getDeploymentId()
FormDatagetDeploymentId in interface FormDatapublic List<FormProperty> getFormProperties()
FormDatagetFormProperties in interface FormDatapublic Task getTask()
TaskFormDatagetTask in interface TaskFormDataCopyright © 2023 Flowable. All rights reserved.