Package | Description |
---|---|
eu.ehri.project.api |
Classes that provide data access data on the graph in a
manner that incorporate the permission and access-control
systems.
|
eu.ehri.project.api.impl | |
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 | Method and Description |
---|---|
Annotation |
Api.createAnnotation(String id,
String did,
Bundle bundle,
Collection<Accessor> accessibleTo,
Optional<String> logMessage)
Create an annotation for a dependent node of an item.
|
Modifier and Type | Method and Description |
---|---|
Annotation |
ApiImpl.createAnnotation(String id,
String did,
Bundle bundle,
Collection<Accessor> accessibleTo,
Optional<String> logMessage) |
Modifier and Type | Method and Description |
---|---|
Iterable<Annotation> |
UserProfile.getAnnotations()
Fetch annotations belonging to this user.
|
Iterable<Annotation> |
Annotation.getAnnotations()
Fetch annotations that have been made on this annotation.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Annotation> |
Annotatable.getAnnotations() |
Iterable<Annotation> |
Annotator.getAnnotations()
Fetch annotations belonging to this item.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotatable.addAnnotation(Annotation annotation) |
void |
Annotatable.addAnnotationPart(Annotation annotation) |
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.