Uses of Class
io.goobi.viewer.model.job.download.DownloadOption
Packages that use DownloadOption
Package
Description
-
Uses of DownloadOption in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type DownloadOptionModifier and TypeMethodDescriptionConfiguration.getSidebarWidgetUsagePageDownloadOptions()
Returns a list of configured page download options. -
Uses of DownloadOption in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return DownloadOptionModifier and TypeMethodDescriptionActiveDocumentBean.getSelectedDownloadOption()
getSelectedDownloadOption.ActiveDocumentBean.getSelectedDownloadOptionOrDefault()
Methods in io.goobi.viewer.managedbeans that return types with arguments of type DownloadOptionMethods in io.goobi.viewer.managedbeans with parameters of type DownloadOptionModifier and TypeMethodDescriptionImageDeliveryBean.getCurrentImageDownloadUrl
(DownloadOption option) -
Uses of DownloadOption in io.goobi.viewer.model.job.download
Methods in io.goobi.viewer.model.job.download that return DownloadOptionModifier and TypeMethodDescriptionstatic DownloadOption
DownloadOption.getByLabel
(String label) Retrieves theDownloadOption
with the given label from configuration.DownloadOption.setBoxSizeInPixel
(String boxSizeInPixel) -
Uses of DownloadOption in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer that return types with arguments of type DownloadOptionModifier and TypeMethodDescriptionstatic List
<DownloadOption> ViewManager.getDownloadOptionsForImage
(List<DownloadOption> configuredOptions, Dimension origImageSize, Dimension configuredMaxSize, String imageFilename) ViewManager.getDownloadOptionsForPage
(PhysicalElement page) Methods in io.goobi.viewer.model.viewer with parameters of type DownloadOptionModifier and TypeMethodDescriptionViewManager.getPageDownloadUrl
(DownloadOption option, PhysicalElement page) getPageDownloadUrl.Method parameters in io.goobi.viewer.model.viewer with type arguments of type DownloadOptionModifier and TypeMethodDescriptionstatic List
<DownloadOption> ViewManager.getDownloadOptionsForImage
(List<DownloadOption> configuredOptions, Dimension origImageSize, Dimension configuredMaxSize, String imageFilename)