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 Detail

      • 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
      • getDeploymentId

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

        String getTenantId()
        The tenant identifier of this form