Interface CamundaFormRef

All Known Implementing Classes:
CamundaFormRefImpl

public interface CamundaFormRef
A CamundaFormRef represents a reference to a deployed Camunda Form.
  • Method Details

    • getKey

      String getKey()
      The key of a CamundaFormRef corresponds to the id attribute in the Camunda Forms JSON.
    • getBinding

      String getBinding()
      The binding of CamundaFormRef specifies which version of the form to reference. Possible values are: latest, deployment and version (specific version value can be retrieved with getVersion()).
    • getVersion

      Integer getVersion()
      If the binding of a CamundaFormRef is set to version, the specific version is returned.