Interface CamundaFormRef

    • Method Detail

      • getKey

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

        java.lang.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

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