Uses of Class
com.logicaldoc.impex.IndexHandler
Packages that use IndexHandler
Package
Description
- 
Uses of IndexHandler in com.logicaldoc.impexSubclasses of IndexHandler in com.logicaldoc.impexModifier and TypeClassDescriptionclassA base class to build handlers used in massive importsclassThis class is used to unmarshall the archive's index file just to extract all the customIdsclassThis class is used to unmarshall only the archive's index header file and set the archive's matadata.classThis 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 IndexHandlerModifier and TypeMethodDescriptionstatic 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 IndexHandlerModifierConstructorDescriptionDefaultVerifier(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.applicationSubclasses of IndexHandler in com.logicaldoc.impex.applicationModifier and TypeClassDescriptionclassThis 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.importfolderSubclasses of IndexHandler in com.logicaldoc.importfolderModifier and TypeClassDescriptionclassThis class is used to unmarshall the index file that is inside a local or remote folder to import the files inside it.