Package org.flowable.engine.impl.form
Class FormDataImpl
java.lang.Object
org.flowable.engine.impl.form.FormDataImpl
- All Implemented Interfaces:
Serializable,FormData
- Direct Known Subclasses:
StartFormDataImpl,TaskFormDataImpl
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe deployment id of the process definition to which this form is relatedUser defined reference to a form.Properties containing the dynamic information that needs to be displayed in the form.voidsetDeploymentId(String deploymentId) voidsetFormKey(String formKey) voidsetFormProperties(List<FormProperty> formProperties)
-
Field Details
-
formKey
-
deploymentId
-
formProperties
-
-
Constructor Details
-
FormDataImpl
public FormDataImpl()
-
-
Method Details
-
getFormKey
Description copied from interface:FormDataUser defined reference to a form. In the Explorer app, it is assumed that the form key specifies a resource in the deployment which is the template for the form. But users are free to use this property differently.- Specified by:
getFormKeyin interfaceFormData
-
getDeploymentId
Description copied from interface:FormDataThe deployment id of the process definition to which this form is related- Specified by:
getDeploymentIdin interfaceFormData
-
getFormProperties
Description copied from interface:FormDataProperties containing the dynamic information that needs to be displayed in the form.- Specified by:
getFormPropertiesin interfaceFormData
-
setFormKey
-
setDeploymentId
-
setFormProperties
-