Uses of Class
com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
Packages that use BackgroundJob
-
Uses of BackgroundJob in com.atlassian.confluence.impl.backgroundjob.dao
Methods in com.atlassian.confluence.impl.backgroundjob.dao that return BackgroundJobModifier and TypeMethodDescriptionBackgroundJobDAO.getActiveJobById
(long id) Find an active record by id.Methods in com.atlassian.confluence.impl.backgroundjob.dao that return types with arguments of type BackgroundJobModifier 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".Methods in com.atlassian.confluence.impl.backgroundjob.dao with parameters of type BackgroundJobModifier 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)