Class FormDataImpl
java.lang.Object
org.operaton.bpm.engine.impl.form.FormDataImpl
- All Implemented Interfaces:
Serializable,FormData
- Direct Known Subclasses:
StartFormDataImpl,TaskFormDataImpl
- Author:
- Tom Baeyens, Daniel Meyer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<FormProperty> protected OperatonFormRef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe deployment id of the process definition to which this form is relatedreturns the form fields which make up this form.User-defined reference to a form.Properties containing the dynamic information that needs to be displayed in the form.User-defined reference to a form.voidsetDeploymentId(String deploymentId) voidsetFormFields(List<FormField> formFields) voidsetFormKey(String formKey) voidsetFormProperties(List<FormProperty> formProperties) voidsetOperatonFormRef(OperatonFormRef operatonFormRef)
-
Field Details
-
formKey
-
operatonFormRef
-
deploymentId
-
formProperties
-
formFields
-
-
Constructor Details
-
FormDataImpl
public FormDataImpl()
-
-
Method Details
-
getFormKey
Description copied from interface:FormDataUser-defined reference to a form. In the Operaton Tasklist application, 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. A form can be referenced either through a form key or through aOperatonFormRef.- Specified by:
getFormKeyin interfaceFormData
-
setFormKey
-
getOperatonFormRef
Description copied from interface:FormDataUser-defined reference to a form. AOperatonFormRefcan specify any Operaton Form deployed to the engine with any deployment. It is also possible to specify a specific version of a deployed form. A form can be referenced either through a form key or through aOperatonFormRef.- Specified by:
getOperatonFormRefin interfaceFormData
-
setOperatonFormRef
-
getDeploymentId
Description copied from interface:FormDataThe deployment id of the process definition to which this form is related- Specified by:
getDeploymentIdin interfaceFormData
-
setDeploymentId
-
getFormProperties
Description copied from interface:FormDataProperties containing the dynamic information that needs to be displayed in the form.- Specified by:
getFormPropertiesin interfaceFormData
-
setFormProperties
-
getFormFields
Description copied from interface:FormDatareturns the form fields which make up this form.- Specified by:
getFormFieldsin interfaceFormData
-
setFormFields
-