Uses of Class
io.goobi.viewer.model.job.upload.UploadJob
-
Uses of UploadJob in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getUploadJobsForCreatorId
(Long creatorId) IDAO.getUploadJobsWithStatus
(JobStatus status) Modifier and TypeMethodDescriptionboolean
IDAO.addUploadJob
(UploadJob uploadJob) addDownloadJob.boolean
IDAO.deleteUploadJob
(UploadJob uploadJob) deleteDownloadJob.boolean
IDAO.updateUploadJob
(UploadJob uploadJob) updateDownloadJob. -
Uses of UploadJob in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionJPADAO.getUploadJobsForCreatorId
(Long creatorId) JPADAO.getUploadJobsWithStatus
(JobStatus status) Modifier and TypeMethodDescriptionboolean
JPADAO.addUploadJob
(UploadJob uploadJob) addDownloadJob.boolean
JPADAO.deleteUploadJob
(UploadJob uploadJob) deleteDownloadJob.boolean
JPADAO.updateUploadJob
(UploadJob uploadJob) updateDownloadJob. -
Uses of UploadJob in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionUploadBean.getCurrentUploadJob()
Getter for the fieldcurrentUploadJob
.Modifier and TypeMethodDescriptionUploadBean.getLazyModelUploadJobs()
Getter for the fieldlazyModelUploadJobs
.Modifier and TypeMethodDescriptionvoid
UploadBean.setCurrentUploadJob
(UploadJob currentUploadJob) Setter for the fieldcurrentUploadJob
.