Package org.operaton.bpm.engine.form
Interface OperatonFormRef
- All Known Implementing Classes:
OperatonFormRefImpl
public interface OperatonFormRef
A
OperatonFormRef represents a reference to a deployed Operaton Form.-
Method Summary
Modifier and TypeMethodDescriptionThe binding ofOperatonFormRefspecifies which version of the form to reference.getKey()The key of aOperatonFormRefcorresponds to theidattribute in the Operaton Forms JSON.
-
Method Details
-
getKey
String getKey()The key of aOperatonFormRefcorresponds to theidattribute in the Operaton Forms JSON. -
getBinding
String getBinding()The binding ofOperatonFormRefspecifies which version of the form to reference. Possible values are:latest,deploymentandversion(specific version value can be retrieved withgetVersion()). -
getVersion
Integer getVersion()
-