Package | Description |
---|---|
eu.ehri.project.exporters.eag | |
eu.ehri.project.importers.eag | |
eu.ehri.project.models |
The interfaces in this package specify the classes of entities that map to graph
frame classes.
|
eu.ehri.project.tools |
Modifier and Type | Method and Description |
---|---|
void |
EagExporter.export(Repository repository,
OutputStream outputStream,
String langCode)
Export a repository as an EAG document.
|
Document |
EagExporter.export(Repository repository,
String langCode)
Export a repository as an EAG document.
|
void |
Eag2012Exporter.export(XMLStreamWriter sw,
Repository repository,
String langCode) |
Modifier and Type | Method and Description |
---|---|
Repository |
EagImporter.importItem(Map<String,Object> itemData) |
Repository |
EagImporter.importItem(Map<String,Object> itemData,
List<String> idPath) |
Modifier and Type | Class and Description |
---|---|
static class |
Repository.Impl
Implementation of complex methods.
|
Modifier and Type | Method and Description |
---|---|
Repository |
DocumentaryUnit.getRepository()
Get the repository that holds this documentary unit.
|
Repository |
DocumentaryUnit.Impl.getRepository() |
Repository |
DocumentaryUnit.getRepositoryIfTopLevel()
Get the repository if this item is at the top of its hierarchy.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Repository> |
Country.getRepositories()
Fetch all repositories in this country.
|
Iterable<Repository> |
VirtualUnit.getRepositories()
Get the repositories which hold the documentary unit items
included in this virtual unit.
|
Modifier and Type | Method and Description |
---|---|
void |
Country.addRepository(Repository repository)
Add a repository to this country.
|
void |
Country.Impl.addRepository(Repository repository) |
void |
DocumentaryUnit.setRepository(Repository repository)
Set the repository that holds this documentary unit.
|
void |
DocumentaryUnit.Impl.setRepository(Repository repository) |
Modifier and Type | Method and Description |
---|---|
int |
Linker.createAndLinkRepositoryVocabulary(Repository repository,
Vocabulary vocabulary,
Actioner user)
Populate a pre-created vocabulary with concepts created based on
access points for all collections within a repository, then link
those concepts to the relevant documentary units.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.