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()
FormData
getFormKey
in interface FormData
public String getDeploymentId()
FormData
getDeploymentId
in interface FormData
public List<FormProperty> getFormProperties()
FormData
getFormProperties
in interface FormData
public void setFormKey(String formKey)
public void setDeploymentId(String deploymentId)
public void setFormProperties(List<FormProperty> formProperties)
public List<FormField> getFormFields()
FormData
getFormFields
in interface FormData
Copyright © 2015. All rights reserved.