Class DeleteEdgeDocumentIndexTask
java.lang.Object
com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeDocumentIndexTask
- All Implemented Interfaces:
- EdgeIndexTask,- ConfluenceIndexTask,- ConvertibleToJournalEntry,- IndexTask
- Since:
- 7.17
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionA description of the task that can be presented to the user via the UI.voidperform(SearchIndexWriter searchIndexWriter) Executes this task against a document writer.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.search.ConfluenceIndexTaskisRetryableMethods inherited from interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskconvertToJournalEntry
- 
Constructor Details- 
DeleteEdgeDocumentIndexTask
 
- 
- 
Method Details- 
getDescriptionDescription copied from interface:IndexTaskA description of the task that can be presented to the user via the UI.- Specified by:
- getDescriptionin interface- IndexTask
- Returns:
- an readable message.
 
- 
getSearchIndex- Specified by:
- getSearchIndexin interface- ConfluenceIndexTask
- Returns:
- the SearchIndexthat the task should write to
 
- 
performDescription copied from interface:ConfluenceIndexTaskExecutes this task against a document writer.- Specified by:
- performin interface- ConfluenceIndexTask
- Throws:
- IOException
 
 
-