Interface FormData

    • Method Detail

      • getFormKey

        String getFormKey()
        User-defined reference to a form. In the camunda 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.
      • getDeploymentId

        String getDeploymentId()
        The deployment id of the process definition to which this form is related
      • getFormProperties

        @Deprecated
        List<FormProperty> getFormProperties()
        Deprecated.
        Properties containing the dynamic information that needs to be displayed in the form.
      • getFormFields

        List<FormField> getFormFields()
        returns the form fields which make up this form.