Class OperatonFormRefImpl
java.lang.Object
org.operaton.bpm.engine.impl.form.OperatonFormRefImpl
- All Implemented Interfaces:
OperatonFormRef
-
Constructor Summary
Constructors -
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.voidsetBinding(String binding) voidvoidsetVersion(Integer version) toString()
-
Constructor Details
-
OperatonFormRefImpl
-
-
Method Details
-
getKey
Description copied from interface:OperatonFormRefThe key of aOperatonFormRefcorresponds to theidattribute in the Operaton Forms JSON.- Specified by:
getKeyin interfaceOperatonFormRef
-
setKey
-
getBinding
Description copied from interface:OperatonFormRefThe binding ofOperatonFormRefspecifies which version of the form to reference. Possible values are:latest,deploymentandversion(specific version value can be retrieved withOperatonFormRef.getVersion()).- Specified by:
getBindingin interfaceOperatonFormRef
-
setBinding
-
getVersion
Description copied from interface:OperatonFormRef- Specified by:
getVersionin interfaceOperatonFormRef
-
setVersion
-
toString
-