Uses of Interface
nl.gx.forms.wmpformapi.api.form.FormVersion
-
Packages that use FormVersion Package Description nl.gx.forms.wmpformapi.api.form nl.gx.forms.wmpformapi.api.manager nl.gx.forms.wmpformelement.api -
-
Uses of FormVersion in nl.gx.forms.wmpformapi.api.form
Methods in nl.gx.forms.wmpformapi.api.form that return FormVersion Modifier and Type Method Description FormVersion
Form. createVersion()
Creates an formVersion with one step, but no form fragments.FormVersion
Form. createVersion(FormVersion baseOn)
Creates an formVersion based on the formVersion.Methods in nl.gx.forms.wmpformapi.api.form with parameters of type FormVersion Modifier and Type Method Description void
Form. appendVersion(FormVersion version)
Appends a version to the list of versions for this Form.FormVersion
Form. createVersion(FormVersion baseOn)
Creates an formVersion based on the formVersion.void
Form. deleteVersion(FormVersion formVersion)
Deletes the formVersion. -
Uses of FormVersion in nl.gx.forms.wmpformapi.api.manager
Methods in nl.gx.forms.wmpformapi.api.manager that return FormVersion Modifier and Type Method Description FormVersion
FormManager. getFormVersionById(WmId wmId)
Returns the form version identified by the wmId. -
Uses of FormVersion in nl.gx.forms.wmpformelement.api
Methods in nl.gx.forms.wmpformelement.api that return FormVersion Modifier and Type Method Description FormVersion
FormElement. getFormVersion()
Returns the form version or null if the form is null or the version could not be found.
-