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.void
setDeploymentId
(String deploymentId) void
setFormKey
(String formKey) void
setFormProperties
(List<FormProperty> formProperties)
-
Field Details
-
formKey
-
deploymentId
-
formProperties
-
-
Constructor Details
-
FormDataImpl
public FormDataImpl()
-
-
Method Details
-
getFormKey
Description copied from interface:FormData
User 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:
getFormKey
in interfaceFormData
-
getDeploymentId
Description copied from interface:FormData
The deployment id of the process definition to which this form is related- Specified by:
getDeploymentId
in interfaceFormData
-
getFormProperties
Description copied from interface:FormData
Properties containing the dynamic information that needs to be displayed in the form.- Specified by:
getFormProperties
in interfaceFormData
-
setFormKey
-
setDeploymentId
-
setFormProperties
-