Uses of Interface
com.atlassian.confluence.impl.backgroundjob.BackgroundJobProcessor
-
Packages that use BackgroundJobProcessor Package Description com.atlassian.confluence.impl.backgroundjob com.atlassian.confluence.impl.content -
-
Uses of BackgroundJobProcessor in com.atlassian.confluence.impl.backgroundjob
Classes in com.atlassian.confluence.impl.backgroundjob that implement BackgroundJobProcessor Modifier and Type Class Description classBackgroundJobCleanerRemoves non-active background jobs older than 7 days.Methods in com.atlassian.confluence.impl.backgroundjob with parameters of type BackgroundJobProcessor Modifier and Type Method Description voidBackgroundJobService. registerBackgroundJobProcessor(BackgroundJobProcessor backgroundJobProcessor)Registers a background processor.voidBackgroundJobService. unregisterBackgroundJobProcessor(BackgroundJobProcessor backgroundJobProcessor)Unregisters a background processor.Constructor parameters in com.atlassian.confluence.impl.backgroundjob with type arguments of type BackgroundJobProcessor Constructor Description BackgroundJobService(BackgroundJobDAO backgroundJobDAO, List<BackgroundJobProcessor> processors, Supplier<Instant> timeSupplier, Supplier<org.springframework.transaction.support.TransactionTemplate> transactionTemplateSupplier)BackgroundJobService(BackgroundJobDAO backgroundJobDAO, org.springframework.transaction.PlatformTransactionManager transactionManager, List<BackgroundJobProcessor> processors) -
Uses of BackgroundJobProcessor in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement BackgroundJobProcessor Modifier and Type Class Description classContentTreePermissionReindexEventBackgroundSenderIterates over all descendants (including pages, comments, attachments, drafts etc) and sends ContentTreePermissionReindexEvent for each item.
-