Interface OperatonFormRef

All Known Implementing Classes:
OperatonFormRefImpl

public interface OperatonFormRef
A OperatonFormRef represents a reference to a deployed Operaton Form.
  • Method Details

    • getKey

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

      String getBinding()
      The binding of OperatonFormRef 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 OperatonFormRef is set to version, the specific version is returned.