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.project.tools |
Modifier and Type | Method and Description |
---|---|
void |
ToolsResource.fullUpgradeDb1to2() |
String |
ToolsResource.regenerateDescriptionIds(int bufferSize,
boolean commit)
Regenerate description IDs.
|
Table |
ToolsResource.regenerateIds(List<String> ids,
boolean collisions,
boolean tolerant,
boolean commit,
Table data)
Regenerate the hierarchical graph ID for a set of items, optionally
renaming them.
|
Table |
ToolsResource.regenerateIdsForScope(String scopeId,
boolean collisions,
boolean tolerant,
boolean commit)
Regenerate the hierarchical graph ID for all items within the
permission scope and lower levels.
|
Table |
ToolsResource.regenerateIdsForType(String type,
boolean collisions,
boolean tolerant,
boolean commit)
Regenerate the hierarchical graph ID all items of a given
type.
|
Table |
ToolsResource.rename(Table mapping)
Takes a CSV file containing two columns: the global id, and a new local
identifier to rename an item to.
|
String |
ToolsResource.setLabels() |
Modifier and Type | Method and Description |
---|---|
Optional<List<String>> |
IdRegenerator.reGenerateId(Accessible item) |
List<List<String>> |
IdRegenerator.reGenerateIds(Iterable<? extends Accessible> items) |
List<List<String>> |
IdRegenerator.reGenerateIds(PermissionScope scope,
Iterable<? extends Entity> items) |
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.