com.atlassian.confluence.search.lucene
Interface IndexTask

All Known Subinterfaces:
ContentIndexTask
All Known Implementing Classes:
AddDocumentIndexTask, BaseContentIndexTask, DeleteDocumentIndexTask, OptimizeIndexTask, UnIndexSpaceIndexTask, UpdateDocumentIndexTask

public interface IndexTask

Indexing task.


Method Summary
 String getDescription()
          A description of the task that can be presented to the user via the UI.
 

Method Detail

getDescription

String getDescription()
A description of the task that can be presented to the user via the UI.

Returns:
an readable message.


Confluence is developed by Atlassian.