Uses of Interface
io.goobi.viewer.model.job.quartz.IViewerJob
Packages that use IViewerJob
-
Uses of IViewerJob in io.goobi.viewer.model.job.quartz
Classes in io.goobi.viewer.model.job.quartz that implement IViewerJobMethods in io.goobi.viewer.model.job.quartz with parameters of type IViewerJobModifier 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