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 TypeClassDescriptionclassRemoves non-active background jobs older than 7 days.Methods in com.atlassian.confluence.impl.backgroundjob with parameters of type BackgroundJobProcessorModifier and TypeMethodDescriptionvoidBackgroundJobService.registerBackgroundJobProcessor(BackgroundJobProcessor backgroundJobProcessor) Registers a background processor.voidBackgroundJobService.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 TypeClassDescriptionclassIterates 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 TypeClassDescriptionclassCan remove space content via a set of small iterations (each in its own transaction).