Uses of Class
com.atlassian.confluence.search.queue.JournalEntryType
-
Packages that use JournalEntryType Package Description com.atlassian.confluence.search.lucene.tasks com.atlassian.confluence.search.queue com.atlassian.confluence.upgrade.upgradetask -
-
Uses of JournalEntryType in com.atlassian.confluence.search.lucene.tasks
Methods in com.atlassian.confluence.search.lucene.tasks with parameters of type JournalEntryType Modifier and Type Method Description ContentIndexTaskIndexTaskFactory. createContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType)Constructors in com.atlassian.confluence.search.lucene.tasks with parameters of type JournalEntryType Constructor Description ContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType, PageDaoInternal pageDao, BatchOperationManager batchOperationManager, IndexTaskFactory indexTaskFactory) -
Uses of JournalEntryType in com.atlassian.confluence.search.queue
Methods in com.atlassian.confluence.search.queue that return JournalEntryType Modifier and Type Method Description static JournalEntryTypeJournalEntryType. 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.Methods in com.atlassian.confluence.search.queue that return types with arguments of type JournalEntryType Modifier and Type Method Description static Optional<JournalEntryType>JournalEntryType. optionalFromId(String name)Methods in com.atlassian.confluence.search.queue with parameters of type JournalEntryType Modifier and Type Method Description static Optional<JournalEntry>JournalEntryFactory. createJournalEntry(JournalIdentifier journalId, JournalEntryType journalEntryType, String message) -
Uses of JournalEntryType in com.atlassian.confluence.upgrade.upgradetask
Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type JournalEntryType Modifier and Type Method Description protected voidSplitJournalUpgradeTask. 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
-