Package | Description |
---|---|
eu.ehri.project.importers.cvoc |
Tools to import controlled vocabularies into the graph database.
|
eu.ehri.project.importers.exceptions | |
eu.ehri.project.importers.managers |
Modifier and Type | Method and Description |
---|---|
ImportLog |
SkosImporter.importFile(InputStream ios,
String logMessage)
Import an input stream with a given log message.
|
ImportLog |
SkosImporter.importFile(String filePath,
String logMessage)
Import a file with a given log message.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidXmlDocument
Indicate that an XML document contains an excepted document type.
|
Modifier and Type | Method and Description |
---|---|
ImportLog |
AbstractImportManager.importArchive(org.apache.commons.compress.archivers.ArchiveInputStream stream,
String logMessage) |
ImportLog |
ImportManager.importArchive(org.apache.commons.compress.archivers.ArchiveInputStream stream,
String logMessage)
Import multiple items via an archive input stream.
|
ImportLog |
AbstractImportManager.importFile(String filePath,
String logMessage) |
ImportLog |
ImportManager.importFile(String filePath,
String logMessage)
Import a file by specifying its path.
|
ImportLog |
AbstractImportManager.importFiles(List<String> filePaths,
String logMessage) |
ImportLog |
ImportManager.importFiles(List<String> filePaths,
String logMessage)
Import multiple files via a list of file paths.
|
default ImportLog |
ImportManager.importInputStream(InputStream stream,
String logMessage)
Import an item via an input stream.
|
protected void |
SaxImportManager.importInputStream(InputStream stream,
String tag,
ActionManager.EventContext context,
ImportLog log)
Import XML from the given InputStream, as part of the given action.
|
protected abstract void |
AbstractImportManager.importInputStream(InputStream stream,
String tag,
ActionManager.EventContext context,
ImportLog log)
Import an InputStream with an event context.
|
protected void |
CsvImportManager.importInputStream(InputStream stream,
String tag,
ActionManager.EventContext context,
ImportLog log)
Import CSV from the given InputStream, as part of the given action.
|
ImportLog |
AbstractImportManager.importInputStream(InputStream stream,
String tag,
String logMessage) |
ImportLog |
ImportManager.importInputStream(InputStream stream,
String tag,
String logMessage)
Import an item via an input stream.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.