Uses of Interface
com.atlassian.confluence.impl.backgroundjob.BackgroundJobProcessor
Packages that use BackgroundJobProcessor
Package
Description
-
Uses of BackgroundJobProcessor in com.atlassian.confluence.impl.backgroundjob
Classes in com.atlassian.confluence.impl.backgroundjob that implement BackgroundJobProcessorModifier and TypeClassDescriptionclass
Removes non-active background jobs older than 7 days.Methods in com.atlassian.confluence.impl.backgroundjob with parameters of type BackgroundJobProcessorModifier and TypeMethodDescriptionvoid
BackgroundJobService.registerBackgroundJobProcessor
(BackgroundJobProcessor backgroundJobProcessor) Registers a background processor.void
BackgroundJobService.unregisterBackgroundJobProcessor
(BackgroundJobProcessor backgroundJobProcessor) Unregisters a background processor. -
Uses of BackgroundJobProcessor in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement BackgroundJobProcessorModifier and TypeClassDescriptionclass
Iterates over all descendants (including pages, comments, attachments, drafts etc) and sends ContentTreePermissionReindexEvent for each item. -
Uses of BackgroundJobProcessor in com.atlassian.confluence.impl.space.deletion.backgrounddeletion
Classes in com.atlassian.confluence.impl.space.deletion.backgrounddeletion that implement BackgroundJobProcessorModifier and TypeClassDescriptionclass
Can remove space content via a set of small iterations (each in its own transaction).