Class LinkingProperty
java.lang.Object
io.goobi.viewer.model.iiif.presentation.v2.builder.LinkingProperty
- Author:
- Florian Alpers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumerates the supported linked resource formats for IIIF Presentation API v2, pairing each target with its MIME type and Dublin Core resource type.static enumEnumerates the IIIF Presentation API v2 linking property types that associate a manifest or canvas with an external resource. -
Constructor Summary
ConstructorsConstructorDescriptionLinkingProperty(LinkingProperty.LinkingType type, LinkingProperty.LinkingTarget target, de.intranda.metadata.multilanguage.IMetadataValue label) -
Method Summary
Modifier and TypeMethodDescriptionde.intranda.api.iiif.presentation.content.LinkingContentgetLinkingContent(URI id)
-
Constructor Details
-
LinkingProperty
public LinkingProperty(LinkingProperty.LinkingType type, LinkingProperty.LinkingTarget target, de.intranda.metadata.multilanguage.IMetadataValue label) - Parameters:
type- IIIF linking property type (e.g. related, rendering)target- linking target specifying MIME type and resource typelabel- human-readable label for this link
-
-
Method Details
-
getLinkingContent
-
getTarget
-