| Package | Description |
|---|---|
| de.digitalcollections.iiif.model |
The packages contained in this module allow the usage of all parts of the IIIF specification.
|
| de.digitalcollections.iiif.model.annex |
Model classes that represent entities from the IIIF Annex (http://iiif.io/api/annex/services/).
|
| de.digitalcollections.iiif.model.auth |
Model classes that represent entities from the IIIF Authentication API (http://iiif.io/api/auth/1.0/).
|
| de.digitalcollections.iiif.model.image |
Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/).
|
| de.digitalcollections.iiif.model.jackson.serialization |
Custom serializers and deserializers for IIIF entities.
|
| de.digitalcollections.iiif.model.search |
Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/).
|
| de.digitalcollections.iiif.model.sharedcanvas |
Model classes that represent entities from the IIIF Shared Canvas model (http://iiif.io/api/presentation/2.1/#resource-type-overview).
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericService
A generic service with an identifier and a profile.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.addProfile(Profile first,
Profile... rest) |
Service |
Service.addProfile(String first,
String... rest) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoService
A GeoJSON service (http://iiif.io/api/annex/services/#geojson).
|
class |
PhysicalDimensionsService
A service that describes the physical dimensions of the resource it is associated to (http://iiif.io/api/annex/services/#physical-dimensions).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessCookieService
The client uses this service to obtain a cookie that will be used when interacting with content such as images, and with the access token service.
|
class |
AccessTokenService
The client uses this service to obtain an access token which it then uses when requesting Description Resources.
|
class |
LogoutService
In the case of the Login interaction pattern, the client will need to know if and where the user can go to log out.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageService
A IIIF Image API service.
|
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
ImageService.getServices() |
| Modifier and Type | Method and Description |
|---|---|
ImageService |
ImageService.addService(Service first,
Service... rest) |
ImageService |
ImageService.addService(Service first,
Service... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageService.setServices(List<Service> services) |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutocompleteService
A service that describes an endpoint where autocomplete can be performed.
|
class |
ContentSearchService
A service that describes and endpoint that can be used to perform a search over the contents of a IIIF resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
Resource.getServices() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.addService(Service first,
Service... rest) |
Resource |
Resource.addService(Service first,
Service... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setServices(List<Service> services) |
Copyright © 2018. All rights reserved.