| 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 | 
|---|---|
Link | 
Api.createAccessPointLink(String targetId1,
                     String targetId2,
                     String descriptionId,
                     String bodyName,
                     AccessPointType bodyType,
                     Bundle bundle,
                     Collection<Accessor> accessibleTo,
                     Optional<String> logMessage)
Create a link between two items, along with an access point on the given description. 
 | 
Link | 
Api.createLink(String targetId1,
          String targetId2,
          List<String> bodies,
          Bundle bundle,
          Collection<Accessor> accessibleTo,
          Optional<String> logMessage)
Create a link between two items. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Link | 
ApiImpl.createAccessPointLink(String targetId1,
                     String targetId2,
                     String descriptionId,
                     String bodyName,
                     AccessPointType bodyType,
                     Bundle bundle,
                     Collection<Accessor> accessibleTo,
                     Optional<String> logMessage)  | 
Link | 
ApiImpl.createLink(String targetId1,
          String targetId2,
          List<String> bodies,
          Bundle bundle,
          Collection<Accessor> accessibleTo,
          Optional<String> logMessage)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Link> | 
AccessPoint.getLinks()
Fetch the links which make up the body of this UR (if any.) 
 | 
Iterable<Link> | 
UserProfile.getLinks()
Fetch links belonging to this user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Link> | 
Linkable.getLinks()
Fetch links attached to this item. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Linkable.addLink(Link link)
Add a link to this item. 
 | 
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.