| 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.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 | Method and Description |
|---|---|
PropertyValue |
PropertyValue.addValue(Locale language,
String first,
String... rest) |
PropertyValue |
PropertyValue.addValue(String first,
String... rest) |
PropertyValue |
Service.getLabel() |
PropertyValue |
MetadataEntry.getLabel() |
PropertyValue |
MetadataEntry.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setLabel(PropertyValue label) |
| Constructor and Description |
|---|
MetadataEntry(PropertyValue label,
PropertyValue value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
AccessCookieService.getConfirmLabel() |
PropertyValue |
AccessCookieService.getDescription() |
PropertyValue |
AccessCookieService.getFailureDescription() |
PropertyValue |
AccessCookieService.getFailureHeader() |
PropertyValue |
AccessCookieService.getHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessCookieService.setConfirmLabel(PropertyValue confirmLabel) |
void |
AccessCookieService.setDescription(PropertyValue description) |
void |
AccessCookieService.setFailureDescription(PropertyValue failureDescription) |
void |
AccessCookieService.setFailureHeader(PropertyValue failureHeader) |
void |
AccessCookieService.setHeader(PropertyValue header) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
ImageService.getAttribution() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageService.setAttribution(PropertyValue attribution) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
PropertyValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext dc) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyValueSerializer.serialize(PropertyValue value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
PropertyValueSerializer(Class<PropertyValue> t) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
Term.getLabel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Term.setLabel(PropertyValue label) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
Resource.getAttribution() |
PropertyValue |
Resource.getDescription() |
PropertyValue |
Resource.getLabel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setAttribution(PropertyValue attribution) |
void |
Resource.setDescription(PropertyValue description) |
void |
Resource.setLabel(PropertyValue label) |
| Constructor and Description |
|---|
Collection(URI identifier,
PropertyValue label) |
Copyright © 2018. All rights reserved.