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

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

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

      Object getSchema()
      Returns:
      the schema of the form
    • getTenantId

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