Package org.operaton.bpm.engine.form
Interface FormData
- All Known Subinterfaces:
StartFormData,TaskFormData
- All Known Implementing Classes:
FormDataImpl,StartFormDataImpl,TaskFormDataImpl
public interface FormData
Contains all metadata for displaying a form and serves as
base interface for
StartFormData and TaskFormData- Author:
- Tom Baeyens, Michael Siebers, Daniel Meyer
-
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.Deprecated.User-defined reference to a form.
-
Method Details
-
getFormKey
String getFormKey()User-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. -
getOperatonFormRef
OperatonFormRef getOperatonFormRef()User-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. -
getDeploymentId
String getDeploymentId()The deployment id of the process definition to which this form is related -
getFormProperties
Deprecated.Properties containing the dynamic information that needs to be displayed in the form. -
getFormFields
returns the form fields which make up this form.
-