| Package | Description | 
|---|---|
| eu.ehri.extension.base | |
| 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.persistence | 
 Classes dealing with persistence of
 relational item data in sub-tree format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Serializer | 
AbstractResource.getSerializer()
Get a serializer according to passed-in serialization config. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected <T extends Entity> | 
AbstractResource.streamingList(Supplier<Iterable<T>> list,
             Serializer serializer)
Return a streaming response from an iterable, using the given
 entity converter. 
 | 
protected <T extends Entity> | 
AbstractResource.streamingPage(Supplier<QueryApi.Page<T>> page,
             Serializer serializer)
Stream a single page with total, limit, and offset info, using
 the given entity converter. 
 | 
protected javax.ws.rs.core.Response | 
AbstractResource.streamingVertexList(Supplier<Iterable<com.tinkerpop.blueprints.Vertex>> vertices,
                   Serializer serializer)
Stream an iterable of vertices. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Serializer | 
Api.serializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
Serializer | 
ApiImpl.serializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
Serializer | 
Serializer.Builder.build()  | 
Serializer | 
Serializer.withCache()
Return a serializer that caches recently-serialized items. 
 | 
Serializer | 
Serializer.withDependentOnly(boolean dependentOnly)  | 
Serializer | 
Serializer.withDepth(int depth)
Create a new serializer from this one, with the given depth. 
 | 
Serializer | 
Serializer.withIncludedProperties(List<String> includeProps)
Create a new serializer from this one, with extra included properties. 
 | 
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.