Package org.camunda.bpm.engine.form
Interface CamundaFormRef
- All Known Implementing Classes:
CamundaFormRefImpl
public interface CamundaFormRef
A
CamundaFormRef
represents a reference to a deployed Camunda Form.-
Method Summary
Modifier and TypeMethodDescriptionThe binding ofCamundaFormRef
specifies which version of the form to reference.getKey()
The key of aCamundaFormRef
corresponds to theid
attribute in the Camunda Forms JSON.
-
Method Details
-
getKey
String getKey()The key of aCamundaFormRef
corresponds to theid
attribute in the Camunda Forms JSON. -
getBinding
String getBinding()The binding ofCamundaFormRef
specifies which version of the form to reference. Possible values are:latest
,deployment
andversion
(specific version value can be retrieved withgetVersion()
). -
getVersion
Integer getVersion()
-