Package org.camunda.bpm.engine.impl.form
Class CamundaFormRefImpl
java.lang.Object
org.camunda.bpm.engine.impl.form.CamundaFormRefImpl
- All Implemented Interfaces:
CamundaFormRef
-
Constructor Summary
-
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.void
setBinding
(String binding) void
void
setVersion
(Integer version) toString()
-
Constructor Details
-
CamundaFormRefImpl
-
-
Method Details
-
getKey
Description copied from interface:CamundaFormRef
The key of aCamundaFormRef
corresponds to theid
attribute in the Camunda Forms JSON.- Specified by:
getKey
in interfaceCamundaFormRef
-
setKey
-
getBinding
Description copied from interface:CamundaFormRef
The binding ofCamundaFormRef
specifies which version of the form to reference. Possible values are:latest
,deployment
andversion
(specific version value can be retrieved withCamundaFormRef.getVersion()
).- Specified by:
getBinding
in interfaceCamundaFormRef
-
setBinding
-
getVersion
Description copied from interface:CamundaFormRef
- Specified by:
getVersion
in interfaceCamundaFormRef
-
setVersion
-
toString
-