| Package | Description | 
|---|---|
| eu.ehri.project.commands | 
 Classes that represent actions that can
 be run via the  
CmdEntryPoint
 to manage the graph, e.g. | 
| eu.ehri.project.importers.eac | |
| eu.ehri.project.importers.ead | |
| eu.ehri.project.importers.eag | |
| eu.ehri.project.importers.managers | |
| eu.ehri.project.importers.xml | 
| Constructor and Description | 
|---|
EadImport(Class<? extends SaxXmlHandler> handler,
         Class<? extends ItemImporter> importer)
Generic EAD import command, designed for extending classes that use specific Handlers. 
 | 
ImportCommand(Class<? extends SaxXmlHandler> handler,
             Class<? extends ItemImporter> importer)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EacHandler
Handler of EAC-CPF files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EadHandler
Handler of EAD files. 
 | 
class  | 
UshmmHandler
Handler for importing EAD files converted from the USHMM Solr index file. 
 | 
class  | 
VirtualEadHandler
Handler of Virtual EAD files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EagHandler
Handler that reads EAG files. 
 | 
| Constructor and Description | 
|---|
SaxImportManager(com.tinkerpop.frames.FramedGraph<?> graph,
                PermissionScope scope,
                Actioner actioner,
                boolean tolerant,
                boolean allowUpdates,
                Class<? extends ItemImporter> importerClass,
                Class<? extends SaxXmlHandler> handlerClass,
                List<ImportCallback> callbacks)
Constructor. 
 | 
SaxImportManager(com.tinkerpop.frames.FramedGraph<?> graph,
                PermissionScope scope,
                Actioner actioner,
                boolean tolerant,
                boolean allowUpdates,
                Class<? extends ItemImporter> importerClass,
                Class<? extends SaxXmlHandler> handlerClass,
                XmlImportProperties properties)
Constructor. 
 | 
SaxImportManager(com.tinkerpop.frames.FramedGraph<?> graph,
                PermissionScope scope,
                Actioner actioner,
                boolean tolerant,
                boolean allowUpdates,
                Class<? extends ItemImporter> importerClass,
                Class<? extends SaxXmlHandler> handlerClass,
                XmlImportProperties properties,
                List<ImportCallback> callbacks)
Constructor. 
 | 
SaxImportManager(com.tinkerpop.frames.FramedGraph<?> graph,
                PermissionScope scope,
                Actioner actioner,
                Class<? extends ItemImporter> importerClass,
                Class<? extends SaxXmlHandler> handlerClass)
Constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DcEuropeanaHandler
Dublin Core files are imported directly beneath the scope provided. 
 | 
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.