Class DeleteEdgeTargetingDocumentIndexTask
- java.lang.Object
 - 
- com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTargetingDocumentIndexTask
 
 
- 
- All Implemented Interfaces:
 EdgeIndexTask,ConfluenceIndexTask,ConvertibleToJournalEntry,IndexTask
public class DeleteEdgeTargetingDocumentIndexTask extends Object implements EdgeIndexTask
- Since:
 - 7.17
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DeleteEdgeTargetingDocumentIndexTask(String targetId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()A description of the task that can be presented to the user via the UI.SearchIndexgetSearchIndex()voidperform(SearchIndexWriter searchIndexWriter)Executes this task against a document writer.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTask
convertToJournalEntry 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DeleteEdgeTargetingDocumentIndexTask
public DeleteEdgeTargetingDocumentIndexTask(String targetId)
 
 - 
 
- 
Method Detail
- 
getDescription
public String getDescription()
Description copied from interface:IndexTaskA description of the task that can be presented to the user via the UI.- Specified by:
 getDescriptionin interfaceIndexTask- Returns:
 - an readable message.
 
 
- 
getSearchIndex
public SearchIndex getSearchIndex()
- Specified by:
 getSearchIndexin interfaceConfluenceIndexTask- Returns:
 - the 
SearchIndexthat the task should write to 
 
- 
perform
public void perform(SearchIndexWriter searchIndexWriter) throws IOException
Description copied from interface:ConfluenceIndexTaskExecutes this task against a document writer.- Specified by:
 performin interfaceConfluenceIndexTask- Throws:
 IOException
 
 - 
 
 -