public class ReindexUsersInGroupContentIndexTask extends Object implements ConfluenceIndexTask, HandleAware
| Constructor and Description | 
|---|
| ReindexUsersInGroupContentIndexTask(BatchOperationManager batchOperationManager,
                                   PersonalInformationManager personalInformationManager,
                                   UserAccessor userAccessor,
                                   IndexTaskFactory indexTaskFactory,
                                   String groupName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<JournalEntry> | convertToJournalEntry(JournalIdentifier journalId)Convert to journal entry. | 
| String | getDescription()A description of the task that can be presented to the user via the UI. | 
| com.atlassian.bonnie.Handle | getHandle() | 
| SearchIndex | getSearchIndex() | 
| void | perform(org.apache.lucene.index.IndexWriter writer) | 
public ReindexUsersInGroupContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, IndexTaskFactory indexTaskFactory, String groupName)
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 HandleAwarepublic SearchIndex getSearchIndex()
getSearchIndex in interface ConfluenceIndexTaskSearchIndex that the task should write toCopyright © 2003–2022 Atlassian. All rights reserved.