Uses of Interface
nl.gx.forms.wmpformapi.api.BasicFormSectionVersion
-
Packages that use BasicFormSectionVersion Package Description nl.gx.forms.wmpformapi.api nl.gx.forms.wmpformapi.api.form -
-
Uses of BasicFormSectionVersion in nl.gx.forms.wmpformapi.api
Methods in nl.gx.forms.wmpformapi.api that return BasicFormSectionVersion Modifier and Type Method Description BasicFormSectionVersion
BasicFormSection. getActiveVersion()
Deprecated.useBasicFormSection.getCurrent()
insteadBasicFormSectionVersion
BasicFormSection. getCurrent()
Returns the current version for this form section.Methods in nl.gx.forms.wmpformapi.api that return types with arguments of type BasicFormSectionVersion Modifier and Type Method Description List<BasicFormSectionVersion>
BasicFormSection. getVersions()
Returns a list of all versions of this FormSection. -
Uses of BasicFormSectionVersion in nl.gx.forms.wmpformapi.api.form
Subinterfaces of BasicFormSectionVersion in nl.gx.forms.wmpformapi.api.form Modifier and Type Interface Description interface
FormSectionVersion
Represents a form section version.Methods in nl.gx.forms.wmpformapi.api.form with parameters of type BasicFormSectionVersion Modifier and Type Method Description void
FormSection. setActiveVersion(BasicFormSectionVersion version)
Deprecated.no longer necessary to set active version, as it will be determined using publication status and publication and expiration dateMethod parameters in nl.gx.forms.wmpformapi.api.form with type arguments of type BasicFormSectionVersion Modifier and Type Method Description void
FormSection. setVersions(List<BasicFormSectionVersion> formVersions)
Updates the set of versions for this form.
-