Uses of Interface
io.goobi.viewer.model.job.quartz.IViewerJob
-
Uses of IViewerJob in io.goobi.viewer.model.job.quartz
Modifier and TypeMethodDescriptionstatic void
QuartzListener.executeJobOnce
(IViewerJob goobiJob, org.quartz.Scheduler sched) execute a given IViewerJob a single timestatic org.quartz.JobDetail
QuartzListener.initializeCronJob
(IViewerJob goobiJob, org.quartz.Scheduler sched) initializes given IViewerJob to run at specified timesstatic void
QuartzListener.initializeDailyJob
(IViewerJob goobiJob, org.quartz.Scheduler sched) initializes given IViewerJob to run every day at midnightstatic void
QuartzListener.initializeHourlyJob
(IViewerJob goobiJob, org.quartz.Scheduler sched, int hours) initializes given IViewerJob to run every hourstatic void
QuartzListener.initializeMinutelyJob
(IViewerJob goobiJob, org.quartz.Scheduler sched, int minutes) initializes given IViewerJob to run every minute