Interface IdProvidingFormData

All Superinterfaces:
FormData, IdentifiedFormData

public interface IdProvidingFormData extends IdentifiedFormData
Interface definition for form data providing an unique identifier.
Since:
4.2.415
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the current form data identifier.
    @Nullable Template
    Returns the template for this form data instance if any.

    Methods inherited from interface de.espirit.firstspirit.forms.FormData

    get, getForm
  • Method Details

    • getId

      @ApiDoc(comment="Get the current form data identifier.", since="4.2.415") Long getId()
      Get the current form data identifier.
      Specified by:
      getId in interface IdentifiedFormData
      Returns:
      The identifier.
      Since:
      4.2.415
    • getTemplate

      @ApiDoc(comment="Returns the template for this form data instance if any.", since="4.2.415") @Nullable @Nullable Template getTemplate()
      Returns the template for this form data instance if any. If the template is not null getTemplate().getGomProvider() is identical to FormData.getForm().
      Returns:
      The template or null e.g. in case of a broken reference.
      Since:
      4.2.415