Uses of Class
com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
-
Packages that use BackgroundJob Package Description com.atlassian.confluence.impl.backgroundjob.dao -
-
Uses of BackgroundJob in com.atlassian.confluence.impl.backgroundjob.dao
Methods in com.atlassian.confluence.impl.backgroundjob.dao that return BackgroundJob Modifier and Type Method Description BackgroundJobBackgroundJobDAO. getActiveJobById(long id)Find an active record by id.Methods in com.atlassian.confluence.impl.backgroundjob.dao that return types with arguments of type BackgroundJob Modifier and Type Method Description List<BackgroundJob>BackgroundJobDAO. findActiveJobsByType(String type)Returns all active jobs with the particular type.List<BackgroundJob>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 BackgroundJob Modifier and Type Method Description voidBackgroundJobDAO. delete(BackgroundJob job)Physically removes a records from the DB.voidBackgroundJobDAO. remove(BackgroundJob job)Physically removes a records from the DB.voidBackgroundJobDAO. save(BackgroundJob job)
-