Uses of Interface
com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Packages that use ScheduledJobDao
Package
Description
-
Uses of ScheduledJobDao in com.atlassian.confluence.schedule
Constructors in com.atlassian.confluence.schedule with parameters of type ScheduledJobDaoModifierConstructorDescriptionManagedScheduledJobFactory
(com.atlassian.scheduler.SchedulerService schedulerService, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, ScheduledJobDao scheduledJobDAO, DefaultManagedScheduledJobRegistry registry, ScheduledJobManager scheduledJobManager) -
Uses of ScheduledJobDao in com.atlassian.confluence.schedule.listeners
Constructors in com.atlassian.confluence.schedule.listeners with parameters of type ScheduledJobDaoModifierConstructorDescriptionScheduledJobsListener
(com.atlassian.scheduler.SchedulerService schedulerService, ScheduledJobDao scheduledJobDAO, Supplier<ManagedScheduledJobRegistry> jobRegistry, ScheduledJobStatusManager statusManager, org.springframework.transaction.PlatformTransactionManager transactionManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager) -
Uses of ScheduledJobDao in com.atlassian.confluence.schedule.managers
Constructors in com.atlassian.confluence.schedule.managers with parameters of type ScheduledJobDaoModifierConstructorDescriptionDefaultScheduledJobManager
(ScheduledJobDao jobDAO, com.atlassian.scheduler.SchedulerService schedulerService, ManagedScheduledJobRegistry jobRegistry, AuditService auditService, ScheduledJobStatusManager statusManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, com.atlassian.event.api.EventPublisher eventPublisher) DefaultScheduledJobStatusManager
(ScheduledJobDao scheduledJobDAO, com.atlassian.scheduler.SchedulerService schedulerService, InternalRunDetailsDao internalRunDetailsDao) -
Uses of ScheduledJobDao in com.atlassian.confluence.schedule.persistence.dao
Classes in com.atlassian.confluence.schedule.persistence.dao that implement ScheduledJobDaoModifier and TypeClassDescriptionclass
Provides an implementation for storing data used by the ScheduledJobManager.class
Provides a partial implementation ofScheduledJobDao
, and is a stripped-down version ofCachedScheduledJobDao
.