public abstract class FormDataImpl extends Object implements FormData, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
deploymentId  | 
protected List<FormField> | 
formFields  | 
protected String | 
formKey  | 
protected List<FormProperty> | 
formProperties  | 
| Constructor and Description | 
|---|
FormDataImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDeploymentId()
The deployment id of the process definition to which this form is related 
 | 
List<FormField> | 
getFormFields()
returns the form fields which make up this form. 
 | 
String | 
getFormKey()
User-defined reference to a form. 
 | 
List<FormProperty> | 
getFormProperties()
Properties containing the dynamic information that needs to be displayed in the form. 
 | 
void | 
setDeploymentId(String deploymentId)  | 
void | 
setFormFields(List<FormField> formFields)  | 
void | 
setFormKey(String formKey)  | 
void | 
setFormProperties(List<FormProperty> formProperties)  | 
protected String formKey
protected String deploymentId
protected List<FormProperty> formProperties
public String getFormKey()
FormDatagetFormKey in interface FormDatapublic String getDeploymentId()
FormDatagetDeploymentId in interface FormDatapublic List<FormProperty> getFormProperties()
FormDatagetFormProperties in interface FormDatapublic void setFormKey(String formKey)
public void setDeploymentId(String deploymentId)
public void setFormProperties(List<FormProperty> formProperties)
public List<FormField> getFormFields()
FormDatagetFormFields in interface FormDataCopyright © 2019. All rights reserved.