| Package | Description |
|---|---|
| eu.ehri.project.importers.base | |
| eu.ehri.project.importers.json | |
| eu.ehri.project.importers.managers |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemImporter.addCallback(ImportCallback callback)
Add a callback to run when an item is created.
|
void |
AbstractImporter.addCallback(ImportCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
BatchOperations |
BatchOperations.withCallbacks(ImportCallback... callbacks)
Add import callbacks to the importer.
|
| Constructor and Description |
|---|
BatchOperations(com.tinkerpop.frames.FramedGraph<?> graph,
PermissionScope scopeOpt,
boolean version,
boolean tolerant,
List<ImportCallback> callbacks)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SaxImportManager |
SaxImportManager.withCallback(ImportCallback callback) |
| 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,
List<ImportCallback> callbacks)
Constructor.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.