Package com.logicaldoc.impex
Class CustomIdsExtractorHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.logicaldoc.impex.IndexHandler
com.logicaldoc.impex.AbstractIndexImportHandler
com.logicaldoc.impex.CustomIdsExtractorHandler
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
This class is used to unmarshall the archive's index file just to extract all
 the customIds
- Since:
- 9.2.1
- Author:
- Giuseppe Desiato - LogicalDOC
- 
Constructor SummaryConstructorsConstructorDescriptionCustomIdsExtractorHandler(Archive archive, ArchiveImporter importer, Collection<com.logicaldoc.core.folder.Folder> workspaces, com.logicaldoc.core.security.Tenant tenant) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidstartElement(String uri, String localname, String tagName, Attributes attributes) Methods inherited from class com.logicaldoc.impex.IndexHandlercharacters, endElement, getArchive, getArchiveVersion, getCount, getCurrentDocument, getProgramVersion, getSizediplayMethods inherited from class org.xml.sax.helpers.DefaultHandlerendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandlerdeclaration
- 
Constructor Details- 
CustomIdsExtractorHandlerpublic CustomIdsExtractorHandler(Archive archive, ArchiveImporter importer, Collection<com.logicaldoc.core.folder.Folder> workspaces, com.logicaldoc.core.security.Tenant tenant) 
 
- 
- 
Method Details- 
startElementpublic void startElement(String uri, String localname, String tagName, Attributes attributes) throws SAXException - Specified by:
- startElementin interface- ContentHandler
- Overrides:
- startElementin class- IndexHandler
- Throws:
- SAXException
 
 
-