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