Interface IUploadFormElement

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    UploadFormElement

    public interface IUploadFormElement
    extends Serializable
    Common interface for an upload element.
    Since:
    8.4.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getDisplayName

        @NotNull
        @NotNull String getDisplayName​(Locale locale)
      • getName

        @NotBlank
        @NotBlank String getName()
      • getRepetitionId

        @Null
        @Null Integer getRepetitionId()