| 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.base | |
| eu.ehri.project.importers.csv | |
| 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)  | 
ImportCsvCommand(Class<? extends ItemImporter> importer)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractImporter<I,T extends Accessible>  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ItemImporter<Map<String,Object>,?> | 
SaxXmlHandler.importer  | 
| Constructor and Description | 
|---|
SaxXmlHandler(ItemImporter<Map<String,Object>,?> importer)  | 
SaxXmlHandler(ItemImporter<Map<String,Object>,?> importer,
             XmlImportProperties properties)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CsvAuthoritativeItemImporter
Importer of authoritative items such as historical agents and concepts, loaded
 from a CSV file. 
 | 
class  | 
CsvConceptImporter
Importer of concepts loaded from a CSV file. 
 | 
class  | 
CsvHistoricalAgentImporter
Importer of historical agents loaded from a CSV file. 
 | 
class  | 
PersonalitiesImporter
Importer of historical agents encoded in  
Maps. | 
class  | 
UkrainianUnitImporter
Importer of Ukrainian units, which are encoded in a slightly different way
 than other documentary units. 
 | 
class  | 
Wp2PersonalitiesImporter
Importer of historical agents described in WP2. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EacImporter
Import EAC for a given repository into the database. 
 | 
| Constructor and Description | 
|---|
EacHandler(ItemImporter<Map<String,Object>,?> importer)  | 
EacHandler(ItemImporter<Map<String,Object>,?> importer,
          XmlImportProperties properties)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EadImporter
Import EAD for a given repository into the database. 
 | 
class  | 
VirtualEadImporter
Import EAD describing a Virtual Collection. 
 | 
| Constructor and Description | 
|---|
EadHandler(ItemImporter<Map<String,Object>,?> importer)
Create an EadHandler using some importer. 
 | 
EadHandler(ItemImporter<Map<String,Object>,?> importer,
          XmlImportProperties properties)
Create an EadHandler using some importer, and a mapping of paths to node properties. 
 | 
UshmmHandler(ItemImporter<Map<String,Object>,?> importer)  | 
VirtualEadHandler(ItemImporter<Map<String,Object>,?> importer)
Create an EadHandler using some importer. 
 | 
VirtualEadHandler(ItemImporter<Map<String,Object>,?> importer,
                 XmlImportProperties xmlImportProperties)
Create an EadHandler using some importer, and a mapping of paths to node properties. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EagImporter
Importer of EAG-based descriptions. 
 | 
| Constructor and Description | 
|---|
EagHandler(ItemImporter<Map<String,Object>,?> importer)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Class<? extends ItemImporter> | 
AbstractImportManager.importerClass  | 
| Constructor and Description | 
|---|
AbstractImportManager(com.tinkerpop.frames.FramedGraph<?> graph,
                     PermissionScope scope,
                     Actioner actioner,
                     boolean tolerant,
                     boolean allowUpdates,
                     Class<? extends ItemImporter> importerClass)
Constructor. 
 | 
CsvImportManager(com.tinkerpop.frames.FramedGraph<?> framedGraph,
                PermissionScope permissionScope,
                Actioner actioner,
                boolean tolerant,
                boolean allowUpdates,
                Class<? extends ItemImporter> importerClass)  | 
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. 
 | 
| Constructor and Description | 
|---|
DcEuropeanaHandler(ItemImporter<Map<String,Object>,?> importer,
                  XmlImportProperties xmlImportProperties)  | 
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.