public class

IndexingBatchTask

extends Object
implements BatchTask<T>
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.migration.macro.IndexingBatchTask<T extends com.atlassian.bonnie.Searchable>

Class Overview

A decorating batch task, re-indexing the searchable that the task is applied to. The delegate task is applied first, before the indexing occurs.

Summary

Public Constructors
IndexingBatchTask(BatchTask<T> delegate, ConfluenceIndexer indexer)
Public Methods
void apply(T item, int index, int batchSize)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.migration.BatchTask

Public Constructors

public IndexingBatchTask (BatchTask<T> delegate, ConfluenceIndexer indexer)

Public Methods

public void apply (T item, int index, int batchSize)