Package | Description |
---|---|
eu.ehri.project.models |
The interfaces in this package specify the classes of entities that map to graph
frame classes.
|
eu.ehri.project.models.base |
The interfaces in this package specify the required and allowable properties of
classes of entities, so that entities can be validated.
|
eu.ehri.project.models.cvoc | |
eu.ehri.project.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentaryUnitDescription
Frame class representing the description of a document.
|
interface |
HistoricalAgentDescription
Frame class representing the description of a historical
agent.
|
interface |
RepositoryDescription
Frame class representing the description of a repository.
|
Modifier and Type | Method and Description |
---|---|
Description |
AccessPoint.getDescription()
Fetch the description to which this UR belongs.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Description> |
Described.getDescriptions()
Fetch this item's descriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
Described.addDescription(Description description)
Add a description to this item.
|
void |
Described.removeDescription(Description description)
Remove a description from this item.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConceptDescription
Description for a SKOS concept.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Description> |
LanguageHelpers.getBestDescription(Described item,
Optional<Description> priorDescOpt,
String langCode)
Get the best description for a given language code.
|
static Optional<Description> |
LanguageHelpers.getBestDescription(Described item,
String langCode) |
Modifier and Type | Method and Description |
---|---|
static Optional<Description> |
LanguageHelpers.getBestDescription(Described item,
Optional<Description> priorDescOpt,
String langCode)
Get the best description for a given language code.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.