Class ValidatedFormStoreFile

java.lang.Object
de.xima.fc.formstore.ValidatedFormStoreFile
All Implemented Interfaces:
Serializable, AutoCloseable

public final class ValidatedFormStoreFile extends Object implements Serializable, AutoCloseable
Model representing the result of reading and validating a form store file. The close() should be called when the getExportFile() is not needed anymore.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception
    • getExportFile

      public File getExportFile()
      Returns:
      The form export file (.xfp) that can be imported.
    • getUuid

      public String getUuid()
      Returns:
      The ID that identifies this form. Can be used to check whether this form exists in the system already.
    • getValidationResult

      public StoreFormMetaValidationResult getValidationResult()
      Returns:
      The result of validating the form store file.