Uses of Class
io.goobi.viewer.model.job.download.DownloadJob
Packages that use DownloadJob
Package
Description
-
Uses of DownloadJob in io.goobi.viewer.api.rest.v1.downloads
Methods in io.goobi.viewer.api.rest.v1.downloads that return DownloadJobModifier and TypeMethodDescriptionDownloadResource.getEPUBDownloadInfo
(String pi) Get information about a specific downloadJob.DownloadResource.getEPUBDownloadInfo
(String pi, String logId) Get information about a specific downloadJob.DownloadResource.getPDFDownloadInfo
(String pi) Get information about a specific downloadJob.DownloadResource.getPDFDownloadInfo
(String pi, String logId) Get information about a specific downloadJob.Methods in io.goobi.viewer.api.rest.v1.downloads that return types with arguments of type DownloadJobModifier and TypeMethodDescriptionDownloadResource.getAllDownloadJobs()
Get information about all download jobs of a type.DownloadResource.getDownloadJobs()
Get information about all download jobs of a type.DownloadResource.getPDFDownloadJobs()
Get information about all download jobs of a type. -
Uses of DownloadJob in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return DownloadJobModifier and TypeMethodDescriptionIDAO.getDownloadJob
(long id) getDownloadJob.IDAO.getDownloadJobByIdentifier
(String identifier) getDownloadJobByIdentifier.IDAO.getDownloadJobByMetadata
(String type, String pi, String logId) getDownloadJobByMetadata.Methods in io.goobi.viewer.dao that return types with arguments of type DownloadJobModifier and TypeMethodDescriptionIDAO.getAllDownloadJobs()
getAllDownloadJobs.IDAO.getDownloadJobsForPi
(String pi) getDownloadJobsForPi.Methods in io.goobi.viewer.dao with parameters of type DownloadJobModifier and TypeMethodDescriptionboolean
IDAO.addDownloadJob
(DownloadJob downloadJob) addDownloadJob.boolean
IDAO.deleteDownloadJob
(DownloadJob downloadJob) deleteDownloadJob.boolean
IDAO.updateDownloadJob
(DownloadJob downloadJob) updateDownloadJob. -
Uses of DownloadJob in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return DownloadJobModifier and TypeMethodDescriptionJPADAO.getDownloadJob
(long id) getDownloadJob.JPADAO.getDownloadJobByIdentifier
(String identifier) getDownloadJobByIdentifier.JPADAO.getDownloadJobByMetadata
(String type, String pi, String logId) getDownloadJobByMetadata.Methods in io.goobi.viewer.dao.impl that return types with arguments of type DownloadJobModifier and TypeMethodDescriptionJPADAO.getAllDownloadJobs()
getAllDownloadJobs.JPADAO.getDownloadJobsForPi
(String pi) getDownloadJobsForPi.Methods in io.goobi.viewer.dao.impl with parameters of type DownloadJobModifier and TypeMethodDescriptionboolean
JPADAO.addDownloadJob
(DownloadJob downloadJob) addDownloadJob.boolean
JPADAO.deleteDownloadJob
(DownloadJob downloadJob) deleteDownloadJob.boolean
JPADAO.updateDownloadJob
(DownloadJob downloadJob) updateDownloadJob. -
Uses of DownloadJob in io.goobi.viewer.model.job.download
Subclasses of DownloadJob in io.goobi.viewer.model.job.downloadModifier and TypeClassDescriptionclass
EPUBDownloadJob class.class
PDFDownloadJob class.Methods in io.goobi.viewer.model.job.download that return DownloadJobModifier and TypeMethodDescriptionstatic DownloadJob
DownloadJob.checkDownload
(String type, String email, String pi, String logId, String downloadIdentifier, long ttl) Deprecated.
DownloadResource.getOrCreateDownloadJob(String, String, String, String)