| Package | Description |
|---|---|
| com.atlassian.confluence.search.lucene.tasks | |
| com.atlassian.confluence.search.queue | |
| com.atlassian.confluence.upgrade.upgradetask |
| 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<JournalEntryType> |
JournalEntryType.optionalFromId(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<JournalEntry> |
JournalEntryFactory.createJournalEntry(JournalIdentifier journalId,
JournalEntryType journalEntryType,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SplitJournalUpgradeTask.createChangeTasks(JournalEntryType journalEntryType,
Function<JournalEntry,ConfluenceIndexTask> changeTaskCreator)
Create tasks to be written to the change index for all tasks that were previously writing both change and content
documents
|
Copyright © 2003–2021 Atlassian. All rights reserved.