Uses of Class
io.goobi.viewer.model.iiif.presentation.v2.builder.AbstractBuilder
Packages that use AbstractBuilder
Package
Description
Provides builders for assembling IIIF Presentation API 2 resources such as manifests,
sequences, canvases, structures, and annotation layers from Goobi viewer record data.
Provides builders for assembling IIIF Presentation API 3 resources such as manifests,
canvases, ranges, and annotation pages from Goobi viewer record data.
Implements the IIIF Content Search API, orchestrating full-text and annotation searches
within a manifest and converting results into IIIF-compliant search response objects.
-
Uses of AbstractBuilder in io.goobi.viewer.model.iiif.presentation.v2.builder
Subclasses of AbstractBuilder in io.goobi.viewer.model.iiif.presentation.v2.builderModifier and TypeClassDescriptionclassBuilds IIIF Presentation API v2 Collection resources from Solr index data.classBuilds IIIF Presentation API v2 Layer resources aggregating annotation lists across canvases.classBuilds IIIF Presentation API v2 Manifest resources from Solr index data and content files.classBuilds the Sequence and Canvas resources within a IIIF Presentation API v2 Manifest.classBuilds the Range (structure) resources within a IIIF Presentation API v2 Manifest from the record's logical structure.Methods in io.goobi.viewer.model.iiif.presentation.v2.builder that return AbstractBuilderModifier and TypeMethodDescriptionAbstractBuilder.addRendering(LinkingProperty.LinkingTarget target, de.intranda.metadata.multilanguage.IMetadataValue label) AbstractBuilder.addSeeAlso(LinkingProperty.LinkingTarget target, de.intranda.metadata.multilanguage.IMetadataValue label) protected AbstractBuilderAbstractAnnotationBuilder.getRestBuilder() -
Uses of AbstractBuilder in io.goobi.viewer.model.iiif.presentation.v3.builder
Fields in io.goobi.viewer.model.iiif.presentation.v3.builder declared as AbstractBuilder -
Uses of AbstractBuilder in io.goobi.viewer.model.iiif.search
Methods in io.goobi.viewer.model.iiif.search that return AbstractBuilderModifier and TypeMethodDescriptionSearchResultConverter.getPresentationBuilder()Getter for the fieldpresentationBuilder.