Class OperationSubmitFormActionSubmitForm


  • public class OperationSubmitFormActionSubmitForm
    extends Object
    When activated, the submitForm action will send the names and values of all selected form fields to the specified URL (Uniform Resource Locator). You can use the \"field\" element as many times as necessary.
    • Constructor Detail

      • OperationSubmitFormActionSubmitForm

        public OperationSubmitFormActionSubmitForm()
    • Method Detail

      • getCanonicalFormat

        @Nullable
        public @Nullable Boolean getCanonicalFormat()
        If this value is set to true, all dates and times will be transmitted in a canonical standard format whenever possible.
        Returns:
        canonicalFormat
      • setCanonicalFormat

        public void setCanonicalFormat​(Boolean canonicalFormat)
      • getEmbedForm

        @Nullable
        public @Nullable Boolean getEmbedForm()
        This value is only relevant if the data should be transmitted in FDF format. In this case, this value determines whether the PDF file that contains the form should be integrated into the transmitted data.
        Returns:
        embedForm
      • setEmbedForm

        public void setEmbedForm​(Boolean embedForm)
      • getExclude

        @Nullable
        public @Nullable Boolean getExclude()
        If true, then all form fields except the selected ones should be exported. If false, only the selected ones will be.
        Returns:
        exclude
      • setExclude

        public void setExclude​(Boolean exclude)
      • getExcludeFDFSourceOrTargetFile

        @Nullable
        public @Nullable Boolean getExcludeFDFSourceOrTargetFile()
        This value is only relevant if the data should be transmitted in FDF format. In this case, this value determines whether the URL to which the data is being transmitted should be included in the export.
        Returns:
        excludeFDFSourceOrTargetFile
      • setExcludeFDFSourceOrTargetFile

        public void setExcludeFDFSourceOrTargetFile​(Boolean excludeFDFSourceOrTargetFile)
      • getExcludeNonUserAnnotations

        @Nullable
        public @Nullable Boolean getExcludeNonUserAnnotations()
        This value is only relevant if the data should be transmitted in FDF format and \"includeAnnotations\" is set. In this case, this value determines whether the transmitted data should exclusively contain the annotations set by the user filling out the information (true) or whether it should contain all annotations instead (false).
        Returns:
        excludeNonUserAnnotations
      • setExcludeNonUserAnnotations

        public void setExcludeNonUserAnnotations​(Boolean excludeNonUserAnnotations)
      • getExportFormat

        @Nullable
        public @Nullable Boolean getExportFormat()
        This value is only relevant if \"submitPDF\" and \"xfdf\" are not set. If this value is set to true, the data will be exported as an HTML form; otherwise, it will be exported in fdf (Forms Data Format) format.
        Returns:
        exportFormat
      • setExportFormat

        public void setExportFormat​(Boolean exportFormat)
      • getGetMethod

        @Nullable
        public @Nullable Boolean getGetMethod()
        This value is only relevant if \"exportFormat\" is set and used. In this case, this value determines whether the names and values will be transmitted with GET (true) or HTTP POST (false) requests.
        Returns:
        getMethod
      • setGetMethod

        public void setGetMethod​(Boolean getMethod)
      • getIncludeAnnotations

        @Nullable
        public @Nullable Boolean getIncludeAnnotations()
        This value is only relevant if the data should be transmitted in FDF format. In this case, this value determines whether the set mark-up annotations should be included in the transmitted data.
        Returns:
        includeAnnotations
      • setIncludeAnnotations

        public void setIncludeAnnotations​(Boolean includeAnnotations)
      • getIncludeAppendSaves

        @Nullable
        public @Nullable Boolean getIncludeAppendSaves()
        This value is only relevant if the data should be transmitted in FDF format. In this case, this value determines whether the transmitted data will reproduce all incremental changes in the form data.
        Returns:
        includeAppendSaves
      • setIncludeAppendSaves

        public void setIncludeAppendSaves​(Boolean includeAppendSaves)
      • getIncludeNoValueFields

        @Nullable
        public @Nullable Boolean getIncludeNoValueFields()
        If true, form fields that have not yet been filled out / that do not contain a value will be exported as well.
        Returns:
        includeNoValueFields
      • setIncludeNoValueFields

        public void setIncludeNoValueFields​(Boolean includeNoValueFields)
      • getSubmitCoordinates

        @Nullable
        public @Nullable Boolean getSubmitCoordinates()
        This value is only relevant if \"exportFormat\" is set and used. In this case, this value determines whether the position of the mouse click that triggered the export should also be part of the export.
        Returns:
        submitCoordinates
      • setSubmitCoordinates

        public void setSubmitCoordinates​(Boolean submitCoordinates)
      • getSubmitPDF

        @Nullable
        public @Nullable Boolean getSubmitPDF()
        If this value is set to true, the data will be transmitted as a PDF file.
        Returns:
        submitPDF
      • setSubmitPDF

        public void setSubmitPDF​(Boolean submitPDF)
      • getUrl

        @Nullable
        public @Nullable String getUrl()
        The URL to which the data should be transmitted.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • getXfdf

        @Nullable
        public @Nullable Boolean getXfdf()
        This value is only relevant if \"submitPDF\" is not set. In this case, this value determines whether the data should be transmitted in XFDF format.
        Returns:
        xfdf
      • setXfdf

        public void setXfdf​(Boolean xfdf)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object