Uses of Class
de.digitalcollections.iiif.model.Service
-
Packages that use Service 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). -
-
Uses of Service in de.digitalcollections.iiif.model
Subclasses of Service in de.digitalcollections.iiif.model Modifier and Type Class Description classGenericServiceA generic service with an identifier and a profile.Methods in de.digitalcollections.iiif.model that return Service Modifier and Type Method Description ServiceService. addProfile(Profile first, Profile... rest)ServiceService. addProfile(String first, String... rest) -
Uses of Service in de.digitalcollections.iiif.model.annex
Subclasses of Service in de.digitalcollections.iiif.model.annex Modifier and Type Class Description classGeoServiceA GeoJSON service (http://iiif.io/api/annex/services/#geojson).classPhysicalDimensionsServiceA service that describes the physical dimensions of the resource it is associated to (http://iiif.io/api/annex/services/#physical-dimensions). -
Uses of Service in de.digitalcollections.iiif.model.auth
Subclasses of Service in de.digitalcollections.iiif.model.auth Modifier and Type Class Description classAccessCookieServiceThe 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.classAccessTokenServiceThe client uses this service to obtain an access token which it then uses when requesting Description Resources.classLogoutServiceIn the case of the Login interaction pattern, the client will need to know if and where the user can go to log out. -
Uses of Service in de.digitalcollections.iiif.model.image
Subclasses of Service in de.digitalcollections.iiif.model.image Modifier and Type Class Description classImageServiceA IIIF Image API service.Methods in de.digitalcollections.iiif.model.image that return types with arguments of type Service Modifier and Type Method Description List<Service>ImageService. getServices()Methods in de.digitalcollections.iiif.model.image with parameters of type Service Modifier and Type Method Description ImageServiceImageService. addService(Service first, Service... rest)Method parameters in de.digitalcollections.iiif.model.image with type arguments of type Service Modifier and Type Method Description voidImageService. setServices(List<Service> services) -
Uses of Service in de.digitalcollections.iiif.model.jackson.serialization
Methods in de.digitalcollections.iiif.model.jackson.serialization that return Service Modifier and Type Method Description ServiceServiceDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of Service in de.digitalcollections.iiif.model.search
Subclasses of Service in de.digitalcollections.iiif.model.search Modifier and Type Class Description classAutocompleteServiceA service that describes an endpoint where autocomplete can be performed.classContentSearchServiceA service that describes and endpoint that can be used to perform a search over the contents of a IIIF resource. -
Uses of Service in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type Service Modifier and Type Method Description List<Service>Resource. getServices()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type Service Modifier and Type Method Description ResourceResource. addService(Service first, Service... rest)Method parameters in de.digitalcollections.iiif.model.sharedcanvas with type arguments of type Service Modifier and Type Method Description voidResource. setServices(List<Service> services)
-