Package com.adobe.aemds.guide.common
Interface GuideModelImporter
-
public interface GuideModelImporter
The GuideModelImporter interface defines methods for importing guide model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
importFromXFA(Resource guideContainer)
Imports data from XFA forms into a resource container.
-
-
-
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.
-
-