com.atlassian.confluence.search
Interface IndexTask

All Known Subinterfaces:
ConfluenceIndexTask, ContentIndexTask
All Known Implementing Classes:
AddChangeDocumentIndexTask, AddDocumentIndexTask, BaseContentIndexTask, BulkWriteIndexTask, DeleteChangeDocumentsIndexTask, DeleteDocumentIndexTask, NoOpIndexTask, OptimizeIndexTask, RebuildChangeDocumentsIndexTask, 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.


Copyright © 2003-2013 Atlassian. All Rights Reserved.