public class ReindexUsersInGroupIndexTask extends Object implements ConfluenceIndexTask, HandleAware
Constructor and Description |
---|
ReindexUsersInGroupIndexTask(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() |
void |
perform(org.apache.lucene.index.IndexWriter writer) |
public ReindexUsersInGroupIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, IndexTaskFactory indexTaskFactory, String groupName)
public String getDescription()
IndexTask
getDescription
in interface IndexTask
public void perform(org.apache.lucene.index.IndexWriter writer) throws IOException
perform
in interface com.atlassian.bonnie.ILuceneConnection.WriterAction
IOException
public Optional<JournalEntry> convertToJournalEntry(JournalIdentifier journalId)
ConvertibleToJournalEntry
convertToJournalEntry
in interface ConvertibleToJournalEntry
journalId
- journal identifierpublic com.atlassian.bonnie.Handle getHandle()
getHandle
in interface HandleAware
Copyright © 2003–2019 Atlassian. All rights reserved.