Package org.camunda.bpm.engine.form
Interface CamundaFormRef
-
- All Known Implementing Classes:
CamundaFormRefImpl
public interface CamundaFormRefACamundaFormRefrepresents a reference to a deployed Camunda Form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBinding()The binding ofCamundaFormRefspecifies which version of the form to reference.StringgetKey()The key of aCamundaFormRefcorresponds to theidattribute in the Camunda Forms JSON.IntegergetVersion()
-
-
-
Method Detail
-
getKey
String getKey()
The key of aCamundaFormRefcorresponds to theidattribute in the Camunda Forms JSON.
-
getBinding
String getBinding()
The binding ofCamundaFormRefspecifies which version of the form to reference. Possible values are:latest,deploymentandversion(specific version value can be retrieved withgetVersion()).
-
getVersion
Integer getVersion()
-
-