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
 java.lang.String getDescription()
          A description of the task that can be presented to the user via the UI.
 

Method Detail

getDescription

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

Returns:
an readable message.


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.