Class FormImpl

java.lang.Object
io.camunda.client.impl.search.response.FormImpl
All Implemented Interfaces:
Form

public class FormImpl extends Object implements Form
  • Constructor Details

  • Method Details

    • getFormId

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

      public long getVersion()
      Specified by:
      getVersion in interface Form
      Returns:
      the assigned form version
    • getFormKey

      public long getFormKey()
      Specified by:
      getFormKey in interface Form
      Returns:
      the assigned form key, which acts as a unique identifier for this form
    • getSchema

      public Object getSchema()
      Specified by:
      getSchema in interface Form
      Returns:
      the schema of the form
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface Form
      Returns:
      the tenant identifier that owns this form