Package | Description |
---|---|
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.events | |
eu.ehri.project.persistence |
Classes dealing with persistence of
relational item data in sub-tree format.
|
Modifier and Type | Method and Description |
---|---|
Version |
Versioned.getPriorVersion()
Get the most recent version for this item, if one exists.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Version> |
Versioned.getAllPriorVersions()
Loops through the chain of prior versions until the oldest existing version.
|
Iterable<Version> |
Versioned.Impl.getAllPriorVersions() |
Modifier and Type | Class and Description |
---|---|
static class |
Version.Impl
Implementation of complex methods.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Version> |
SystemEvent.getPriorVersions()
If new versions have been created, fetch the prior versions
of the subjects that were affected by this event.
|
Modifier and Type | Method and Description |
---|---|
Optional<Version> |
VersionManager.versionAtDeletion(String id)
If an item was deleted, obtain the last version before it
was removed.
|
com.tinkerpop.blueprints.CloseableIterable<Version> |
VersionManager.versionsAtDeletion(EntityClass type,
String from,
String until)
Get the last version for all deleted items.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.