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 ofCamundaFormRefspecifies which version of the form to reference.getKey()The key of aCamundaFormRefcorresponds to theidattribute in the Camunda Forms JSON. 
- 
Method Details
- 
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() 
 -