| Package | Description |
|---|---|
| com.atlassian.confluence.search.lucene.tasks | |
| com.atlassian.confluence.search.queue |
| Modifier and Type | Method and Description |
|---|---|
ContentIndexTask |
IndexTaskFactory.createContentIndexTask(List<ContentType> contentTypes,
List<ContentStatus> contentStatuses,
JournalEntryType journalEntryType) |
| Constructor and Description |
|---|
ContentIndexTask(List<ContentType> contentTypes,
List<ContentStatus> contentStatuses,
JournalEntryType journalEntryType,
PageDaoInternal pageDao,
BatchOperationManager batchOperationManager,
IndexTaskFactory indexTaskFactory) |
| Modifier and Type | Method and Description |
|---|---|
static JournalEntryType |
JournalEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JournalEntryType[] |
JournalEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<JournalEntry> |
JournalEntryFactory.createJournalEntry(JournalIdentifier journalId,
JournalEntryType journalEntryType,
String message) |
Copyright © 2003–2021 Atlassian. All rights reserved.