public class DeleteEdgeDocumentIndexTask extends Object implements EdgeIndexTask
| Constructor and Description |
|---|
DeleteEdgeDocumentIndexTask(String edgeId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A description of the task that can be presented to the user via the UI.
|
SearchIndex |
getSearchIndex() |
void |
perform(SearchIndexWriter searchIndexWriter)
Executes this task against a document writer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertToJournalEntrygetSearchIndexAccessor, performpublic DeleteEdgeDocumentIndexTask(String edgeId)
public String getDescription()
IndexTaskgetDescription in interface IndexTaskpublic SearchIndex getSearchIndex()
getSearchIndex in interface ConfluenceIndexTaskSearchIndex that the task should write topublic void perform(SearchIndexWriter searchIndexWriter) throws IOException
ConfluenceIndexTaskperform in interface ConfluenceIndexTaskIOExceptionCopyright © 2003–2022 Atlassian. All rights reserved.