Class AHDocumentForm


  • public class AHDocumentForm
    extends java.lang.Object
    Perform data acquisition
    Version:
    1.0 2022/01/31
    Author:
    Copyright (c) 2022 Antenna House, Inc. All rights reserved.
    • Constructor Summary

      Constructors 
      Constructor Description
      AHDocumentForm()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<FormData> getFormDatas​(java.lang.String templateFilePath, java.lang.String submittedFilePath)
      Get form data
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AHDocumentForm

        public AHDocumentForm()
    • Method Detail

      • getFormDatas

        public java.util.ArrayList<FormData> getFormDatas​(java.lang.String templateFilePath,
                                                          java.lang.String submittedFilePath)
                                                   throws AHOOXMLDocxManagerException,
                                                          java.io.IOException,
                                                          java.lang.InterruptedException
        Get form data
        Parameters:
        templateFilePath - Template file path
        submittedFilePath - Submitted file path
        Returns:
        Form data
        Throws:
        AHOOXMLDocxManagerException
        java.io.IOException
        java.lang.InterruptedException