Uses of Class
com.logicaldoc.impex.IndexHandler
-
Packages that use IndexHandler Package Description com.logicaldoc.impex com.logicaldoc.impex.application com.logicaldoc.importfolder -
-
Uses of IndexHandler in com.logicaldoc.impex
Subclasses of IndexHandler in com.logicaldoc.impex Modifier and Type Class Description class
IndexHeaderHandler
This class is used to unmarshall only the archive's index header file and set the archive's matadata.class
IndexImportHandler
This class is used to unmarshall the archive's index file and allows to get the archive's documents listMethods in com.logicaldoc.impex with parameters of type IndexHandler Modifier and Type Method Description static ArchiveVerifier
ArchiveVerifier. getInstance(File dir, IndexHandler handler)
Factory method for the verifiervoid
Index. unmarshall(byte[] indexContent, IndexHandler dataHandler)
Reads the index from a stream and sets the archive attributes and each archive's version valuesvoid
Index. unmarshall(IndexHandler dataHandler)
Reads the index from a filevoid
Index. unmarshall(InputStream is, IndexHandler dataHandler)
Reads the index from a stream and sets the archive attributes and each archive's version valuesConstructors in com.logicaldoc.impex with parameters of type IndexHandler Constructor Description DefaultVerifier(File dir, IndexHandler handler)
Index(byte[] indexContent, IndexHandler handler)
Constructor used on the ArchiveVerifier class.Index(File file, IndexHandler handler)
Constructor used on the ArchiveVerifier class. -
Uses of IndexHandler in com.logicaldoc.impex.application
Subclasses of IndexHandler in com.logicaldoc.impex.application Modifier and Type Class Description class
DatabaseHandler
This class extends the IndexHandler class to insert the rows values into the version database table from the index file values. -
Uses of IndexHandler in com.logicaldoc.importfolder
Subclasses of IndexHandler in com.logicaldoc.importfolder Modifier and Type Class Description class
ImportFolderIndexHandler
This class is used to unmarshall the index file that is inside a local or remote folder to import the files inside it.
-