Uses of Class
com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
-
Uses of BackgroundJob in com.atlassian.confluence.impl.backgroundjob.dao
Modifier and TypeMethodDescriptionBackgroundJobDAO.getActiveJobById
(long id) Find an active record by id.Modifier and TypeMethodDescriptionBackgroundJobDAO.findActiveJobsByType
(String type) Returns all active jobs with the particular type.BackgroundJobDAO.getAllJobsReadyToRunSortedById
(Instant now) Returns all active jobs with "runAt" field older or equal to "now".Modifier and TypeMethodDescriptionvoid
BackgroundJobDAO.delete
(BackgroundJob job) Physically removes a records from the DB.void
BackgroundJobDAO.remove
(BackgroundJob job) Physically removes a records from the DB.void
BackgroundJobDAO.save
(BackgroundJob job)