Uses of Class
io.goobi.viewer.model.export.ExportFieldConfiguration
Packages that use ExportFieldConfiguration
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.
-
Uses of ExportFieldConfiguration in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type ExportFieldConfigurationModifier and TypeMethodDescriptionConfiguration.getSearchCsvExportFields()getSearchCsvExportFields.Configuration.getSearchExcelExportFields()getSearchExcelExportFields. -
Uses of ExportFieldConfiguration in io.goobi.viewer.model.export
Methods in io.goobi.viewer.model.export that return ExportFieldConfigurationModifier and TypeMethodDescriptionMethods in io.goobi.viewer.model.export that return types with arguments of type ExportFieldConfigurationConstructor parameters in io.goobi.viewer.model.export with type arguments of type ExportFieldConfigurationModifierConstructorDescriptionExportFormat(String name, boolean enabled, String xslt, String contentType, String fileExtension, List<ExportFieldConfiguration> fields) Creates a new export format descriptor.