Interface Form

All Known Implementing Classes:
FormImpl

public interface Form
  • Method Details

    • getFormId

      String getFormId()
      Returns:
      the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form
    • getVersion

      int getVersion()
      Returns:
      the assigned form version
    • getFormKey

      long getFormKey()
      Returns:
      the assigned form key, which acts as a unique identifier for this form
    • getResourceName

      String getResourceName()
      Returns:
      the resource name of the form, as parsed during deployment
    • getTenantId

      String getTenantId()
      Returns:
      the tenant identifier that owns this form