Uses of Class
com.atlassian.confluence.search.queue.JournalEntryType
-
-
Uses of JournalEntryType in com.atlassian.confluence.impl.upgrade.upgradetask
Methods in com.atlassian.confluence.impl.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 -
Uses of JournalEntryType in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type JournalEntryType Modifier and Type Method Description ContentIndexTaskIndexTaskFactoryInternal. createContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType) -
Uses of JournalEntryType in com.atlassian.confluence.internal.search.tasks
Methods in com.atlassian.confluence.internal.search.tasks with parameters of type JournalEntryType Modifier and Type Method Description ContentIndexTaskDefaultIndexTaskFactory. createContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType)Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type JournalEntryType Constructor Description ContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType, PageDaoInternal pageDao, BatchOperationManager batchOperationManager, IndexTaskFactoryInternal 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)
-