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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentaryUnit
A frame class for graph nodes representing documentary
unit items.
|
interface |
HistoricalAgent
A frame class representing a historical agent item.
|
interface |
Repository
A frame class for graph nodes representing repository
items.
|
interface |
VirtualUnit
Virtual documentary unit.
|
Modifier and Type | Class and Description |
---|---|
static class |
DocumentaryUnit.Impl
Implementation of complex methods.
|
static class |
Repository.Impl
Implementation of complex methods.
|
static class |
VirtualUnit.Impl
Implementation of complex methods.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Watchable> |
UserProfile.getWatching()
Fetch items this user is watching.
|
Modifier and Type | Method and Description |
---|---|
void |
UserProfile.addWatching(Watchable item)
Add an item to this user's watch list.
|
void |
UserProfile.Impl.addWatching(Watchable item) |
boolean |
UserProfile.isWatching(Watchable item)
Ascertain whether this user is watching an item.
|
boolean |
UserProfile.Impl.isWatching(Watchable item) |
void |
UserProfile.removeWatching(Watchable item)
Remove an item from this user's watch list.
|
void |
UserProfile.Impl.removeWatching(Watchable item) |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractUnit
An abstract entity representing either a documentary (physical) unit
or a virtual unit.
|
Modifier and Type | Class and Description |
---|---|
static class |
Watchable.Impl |
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.