public class UpdateDocumentIndexTask extends Object implements ConfluenceIndexTask, HandleAware
| Constructor and Description | 
|---|
| UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
                       IndexTaskFactory indexTaskFactory) | 
| UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
                       IndexTaskFactory indexTaskFactory,
                       boolean includeDependents) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<JournalEntry> | convertToJournalEntry(JournalIdentifier journalId)Convert to journal entry. | 
| boolean | equals(Object o) | 
| String | getDescription()A description of the task that can be presented to the user via the UI. | 
| com.atlassian.bonnie.Handle | getHandle() | 
| int | hashCode() | 
| void | perform(org.apache.lucene.index.IndexWriter writer) | 
| String | toString() | 
public UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
                               IndexTaskFactory indexTaskFactory)
public UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
                               IndexTaskFactory indexTaskFactory,
                               boolean includeDependents)
public String getDescription()
IndexTaskgetDescription in interface IndexTaskpublic void perform(org.apache.lucene.index.IndexWriter writer)
             throws IOException
perform in interface com.atlassian.bonnie.ILuceneConnection.WriterActionIOExceptionpublic Optional<JournalEntry> convertToJournalEntry(JournalIdentifier journalId)
ConvertibleToJournalEntryconvertToJournalEntry in interface ConvertibleToJournalEntryjournalId - journal identifierpublic com.atlassian.bonnie.Handle getHandle()
getHandle in interface HandleAwareCopyright © 2003–2019 Atlassian. All rights reserved.