Interface GuideModelImporter


  • public interface GuideModelImporter
    The GuideModelImporter interface defines methods for importing guide model
    • Method Detail

      • importFromXFA

        java.lang.String importFromXFA​(Resource guideContainer)
                                throws GuideException
        Imports data from XFA forms into a resource container.
        Parameters:
        guideContainer - The resource container where the imported data will be stored.
        Returns:
        A string indicating the result of the import process.
        Throws:
        GuideException - If an error occurs during the import process.