Uses of Class
com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
Packages that use BackgroundJobService
Package
Description
-
Uses of BackgroundJobService in com.atlassian.confluence.impl.backgroundjob
Constructors in com.atlassian.confluence.impl.backgroundjob with parameters of type BackgroundJobServiceModifierConstructorDescriptionBackgroundJobCleaner(BackgroundJobDAO backgroundJobDAO, BackgroundJobService backgroundJobService, org.springframework.transaction.PlatformTransactionManager transactionManager) BackgroundJobServiceScheduledJob(BackgroundJobService backgroundJobService) -
Uses of BackgroundJobService in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type BackgroundJobServiceModifierConstructorDescriptionContentTreePermissionReindexEventBackgroundSender(PageManagerInternal pageManager, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, BackgroundJobService backgroundJobService, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of BackgroundJobService in com.atlassian.confluence.impl.security.content
Methods in com.atlassian.confluence.impl.security.content with parameters of type BackgroundJobServiceModifier and TypeMethodDescriptionvoidDefaultContentPermissionManager.setBackgroundJobService(BackgroundJobService backgroundJobService) -
Uses of BackgroundJobService in com.atlassian.confluence.impl.space.deletion.backgrounddeletion
Constructors in com.atlassian.confluence.impl.space.deletion.backgrounddeletion with parameters of type BackgroundJobServiceModifierConstructorDescriptionSpaceDeletionBackgroundJobProcessor(BackgroundJobService backgroundJobService, SpaceContentErasersListBuilder spaceContentErasersListBuilder, ConfluenceUserDao confluenceUserDao, SpaceDaoInternal spaceDao, ExportableEntityInfoFactory exportableEntityInfoFactory, org.hibernate.SessionFactory sessionFactory, AccessModeService accessModeService, com.atlassian.event.api.EventPublisher eventPublisher)