Interface IXProcessUploadParams

    • Method Detail

      • getItem

        XItem getItem()
        Returns:
        The item for which the upload is processed.
      • getRepetitionIndex

        int getRepetitionIndex()
        Returns:
        The repetition index (which may not start at 0 and is not uniformly increasing, treat this as an ID), when the element is repeated. When the element is not repeated, returns 0.
      • getUpload

        IXUpload getUpload()
        Returns:
        The upload that was submitted.
      • getXForm

        IXForm getXForm()
        Returns:
        The form which contains the element.
      • isRepeated

        boolean isRepeated()
        Returns:
        Whether the element is a repeated element.