Uses of Class
com.logicaldoc.impex.IndexHandler
Package
Description
-
Uses of IndexHandler in com.logicaldoc.impex
Modifier and TypeClassDescriptionclass
A base class to build handlers used in massive importsclass
This class is used to unmarshall only the archive's index header file and set the archive's matadata.class
This class is used to unmarshall the archive's index file and allows to get the archive's documents listModifier and TypeMethodDescriptionstatic 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 valuesModifierConstructorDescriptionDefaultVerifier
(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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
This class is used to unmarshall the index file that is inside a local or remote folder to import the files inside it.