Package | Description |
---|---|
eu.ehri.extension |
Jersey resource classes for providing
web service access to the graph, via
the
eu.ehri.project.api layer. |
eu.ehri.extension.providers | |
eu.ehri.project.importers.base | |
eu.ehri.project.importers.csv | |
eu.ehri.project.importers.cvoc |
Tools to import controlled vocabularies into the graph database.
|
eu.ehri.project.importers.eac | |
eu.ehri.project.importers.ead | |
eu.ehri.project.importers.eag | |
eu.ehri.project.importers.json | |
eu.ehri.project.importers.links | |
eu.ehri.project.importers.managers |
Modifier and Type | Method and Description |
---|---|
ImportLog |
RepositoryResource.addChildren(String id,
InputStream data)
Add items to a repository via serialised data.
|
ImportLog |
BatchResource.batchUpdate(String scope,
Boolean tolerant,
Boolean version,
String log,
boolean commit,
InputStream inputStream)
Update a batch of items via JSON containing (partial)
data bundles.
|
ImportLog |
ImportResource.importCsv(String scopeId,
Boolean tolerant,
Boolean allowUpdates,
String logMessage,
String importerClass,
boolean commit,
InputStream data)
Import a set of CSV files.
|
ImportLog |
ImportResource.importEac(String scopeId,
Boolean tolerant,
Boolean allowUpdates,
String logMessage,
String propertyFile,
String handlerClass,
String importerClass,
boolean commit,
InputStream data)
Import EAC files.
|
ImportLog |
ImportResource.importEad(String scopeId,
Boolean tolerant,
Boolean allowUpdates,
String logMessage,
String propertyFile,
String handlerClass,
String importerClass,
boolean commit,
InputStream data)
Import a set of EAD files.
|
ImportLog |
ImportResource.importEag(String scopeId,
Boolean tolerant,
Boolean allowUpdates,
String logMessage,
String propertyFile,
String handlerClass,
String importerClass,
boolean commit,
InputStream data)
Import EAG files.
|
ImportLog |
ImportResource.importLinks(Boolean tolerant,
boolean commit,
Table table)
Create multiple links via CSV or JSON tabular upload.
|
ImportLog |
ImportResource.importSkos(String scopeId,
Boolean tolerant,
String baseURI,
String uriSuffix,
String logMessage,
String format,
boolean commit,
InputStream stream)
Import a SKOS file, of varying formats, as specified by the "language"
column of the file extensions table here.
|
Modifier and Type | Method and Description |
---|---|
ImportLog |
ImportLogProvider.readFrom(Class<ImportLog> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> multivaluedMap,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
long |
ImportLogProvider.getSize(ImportLog importLog,
Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
ImportLogProvider.writeTo(ImportLog importLog,
Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> multivaluedMap,
OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
ImportLog |
ImportLogProvider.readFrom(Class<ImportLog> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> multivaluedMap,
InputStream inputStream) |
Modifier and Type | Field and Description |
---|---|
protected ImportLog |
AbstractImporter.log |
Constructor and Description |
---|
AbstractImporter(com.tinkerpop.frames.FramedGraph<?> graph,
PermissionScope scope,
Actioner actioner,
ImportLog log)
Constructor.
|
Constructor and Description |
---|
CsvAuthoritativeItemImporter(com.tinkerpop.frames.FramedGraph<?> framedGraph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log) |
CsvConceptImporter(com.tinkerpop.frames.FramedGraph<?> framedGraph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log) |
CsvHistoricalAgentImporter(com.tinkerpop.frames.FramedGraph<?> framedGraph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log) |
PersonalitiesImporter(com.tinkerpop.frames.FramedGraph<?> framedGraph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log) |
UkrainianUnitImporter(com.tinkerpop.frames.FramedGraph<?> framedGraph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log) |
Wp2PersonalitiesImporter(com.tinkerpop.frames.FramedGraph<?> framedGraph,
Actioner actioner,
PermissionScope permissionScope,
ImportLog log) |
Modifier and Type | Method and Description |
---|---|
ImportLog |
JenaSkosImporter.importFile(InputStream ios,
String logMessage)
Import an input stream.
|
ImportLog |
SkosImporter.importFile(InputStream ios,
String logMessage)
Import an input stream with a given log message.
|
ImportLog |
JenaSkosImporter.importFile(String filePath,
String logMessage)
Import a file by path.
|
ImportLog |
SkosImporter.importFile(String filePath,
String logMessage)
Import a file with a given log message.
|
Constructor and Description |
---|
EacImporter(com.tinkerpop.frames.FramedGraph<?> graph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log)
Construct an EacImporter object.
|
Modifier and Type | Method and Description |
---|---|
ImportLog |
SyncLog.log() |
ImportLog |
EadSync.EadIngestOperation.runIngest(ImportManager manager) |
Constructor and Description |
---|
EadImporter(com.tinkerpop.frames.FramedGraph<?> graph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log)
Construct an EadImporter object.
|
SyncLog(ImportLog log,
Set<String> created,
Set<String> deleted,
Map<String,String> moved) |
VirtualEadImporter(com.tinkerpop.frames.FramedGraph<?> graph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log)
Construct a VirtualEadImporter object.
|
Constructor and Description |
---|
EagImporter(com.tinkerpop.frames.FramedGraph<?> framedGraph,
PermissionScope permissionScope,
Actioner actioner,
ImportLog log)
Construct an EagImporter object.
|
Modifier and Type | Method and Description |
---|---|
ImportLog |
BatchOperations.batchImport(InputStream inputStream,
Actioner actioner,
Optional<String> logMessage)
Create or update a batch of items.
|
ImportLog |
BatchOperations.batchUpdate(InputStream inputStream,
Actioner actioner,
Optional<String> logMessage)
Update a batch of items.
|
Modifier and Type | Method and Description |
---|---|
ImportLog |
LinkImporter.importLinks(Table table,
String logMessage) |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.