Uses of Package
io.goobi.viewer.model.export
Packages that use io.goobi.viewer.model.export
Package
Description
Core controller and utility classes of the Goobi viewer.
Provides export functionality for viewer records, supporting formats such as Excel (XLSX)
and RIS, including field configuration for controlling which metadata columns are exported.
-
Classes in io.goobi.viewer.model.export used by io.goobi.viewer.controllerClassDescriptionHolds the configuration for a single field in a data export, combining the Solr field name with an optional human-readable display label that falls back to the field name when not set.
-
Classes in io.goobi.viewer.model.export used by io.goobi.viewer.model.exportClassDescriptionHolds an Apache POI streaming workbook and provides a method to write its content to an output stream.Holds the configuration for a single field in a data export, combining the Solr field name with an optional human-readable display label that falls back to the field name when not set.