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 classAbstractIndexImportHandlerA base class to build handlers used in massive importsclassIndexHeaderHandlerThis class is used to unmarshall only the archive's index header file and set the archive's matadata.classIndexImportHandlerThis 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 ArchiveVerifierArchiveVerifier. getInstance(File dir, IndexHandler handler)Factory method for the verifiervoidIndex. unmarshall(byte[] indexContent, IndexHandler dataHandler)Reads the index from a stream and sets the archive attributes and each archive's version valuesvoidIndex. unmarshall(IndexHandler dataHandler)Reads the index from a filevoidIndex. 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 classDatabaseHandlerThis 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 classImportFolderIndexHandlerThis class is used to unmarshall the index file that is inside a local or remote folder to import the files inside it.
-