Interface FormDefinition


public interface FormDefinition
An object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.
Author:
Tijs Rademakers, Joram Barez
  • Method Details

    • getId

      String getId()
      unique identifier
    • getCategory

      String getCategory()
      category name of the form
    • getName

      String getName()
      label used for display purposes
    • getKey

      String getKey()
      unique name for all versions this form
    • getDescription

      String getDescription()
      description of this form
    • getVersion

      int getVersion()
      version of this form
    • getResourceName

      String getResourceName()
      name of the resource of this form definition.
    • getDeploymentId

      String getDeploymentId()
      The deployment in which this form is contained.
    • getTenantId

      String getTenantId()
      The tenant identifier of this form