Uses of Class
com.atlassian.confluence.api.model.journal.JournalEntry
Packages that use JournalEntry
Package
Description
Provides implementation of Journal Service.
- 
Uses of JournalEntry in com.atlassian.confluence.api.service.journalMethods in com.atlassian.confluence.api.service.journal that return types with arguments of type JournalEntryModifier and TypeMethodDescriptionJournalService.peek(@NonNull JournalIdentifier journalId, int maxEntries) Return a copy of journal entries that are waiting to be processed.Methods in com.atlassian.confluence.api.service.journal with parameters of type JournalEntryModifier and TypeMethodDescriptionlongJournalService.enqueue(@NonNull JournalEntry entry) Adds the given entry to a journal.Method parameters in com.atlassian.confluence.api.service.journal with type arguments of type JournalEntryModifier and TypeMethodDescription<V> VJournalService.processNewEntries(@NonNull JournalIdentifier journalId, int maxEntries, @NonNull Function<Iterable<JournalEntry>, EntryProcessorResult<V>> entryProcessor) Processes journal entries that were added since the last time this method was called for this journal on this cluster node.
- 
Uses of JournalEntry in com.atlassian.confluence.impl.indexMethod parameters in com.atlassian.confluence.impl.index with type arguments of type JournalEntryModifier and TypeMethodDescription<V> VDefaultIndexJournalService.processNewEntries(@NonNull JournalIdentifier journalId, int maxEntries, @NonNull Function<Iterable<JournalEntry>, EntryProcessorResult<V>> entryProcessor) 
- 
Uses of JournalEntry in com.atlassian.confluence.impl.journalMethods in com.atlassian.confluence.impl.journal that return types with arguments of type JournalEntryModifier and TypeMethodDescriptionDefaultJournalService.peek(@NonNull JournalIdentifier journalId, int maxEntries) Methods in com.atlassian.confluence.impl.journal with parameters of type JournalEntryModifier and TypeMethodDescriptionlongDefaultJournalService.enqueue(@NonNull JournalEntry entry) Method parameters in com.atlassian.confluence.impl.journal with type arguments of type JournalEntryModifier and TypeMethodDescription<V> VDefaultJournalService.processNewEntries(@NonNull JournalIdentifier journalId, int maxEntries, @NonNull Function<Iterable<JournalEntry>, EntryProcessorResult<V>> entryProcessor) 
- 
Uses of JournalEntry in com.atlassian.confluence.impl.search.queueMethods in com.atlassian.confluence.impl.search.queue that return types with arguments of type JournalEntryModifier and TypeMethodDescriptionprotected Function<JournalEntry, ConfluenceIndexTask> ChangeIndexTaskQueue.prefetch(Iterable<JournalEntry> entries) protected Function<JournalEntry, ConfluenceIndexTask> ContentIndexTaskQueue.prefetch(Iterable<JournalEntry> entries) Methods in com.atlassian.confluence.impl.search.queue with parameters of type JournalEntryModifier and TypeMethodDescriptionbooleanPrefetchAtlassianDocumentRetriever.isPrefetched(JournalEntry entry) Check if we have prefetch data or not without needed to build a documentPrefetchAtlassianDocumentRetriever.prefetch(JournalEntry journalEntry) Retrieving prefetchAtlassianDocumentfromJournalEntry.PrefetchAtlassianDocumentRetriever.prefetchSearchable(JournalEntry journalEntry) Getting prefetchSearchablebased onJournalEntryprotected ConfluenceIndexTaskChangeIndexTaskQueue.toTask(JournalEntry entry) protected ConfluenceIndexTaskContentIndexTaskQueue.toTask(JournalEntry entry) Method parameters in com.atlassian.confluence.impl.search.queue with type arguments of type JournalEntryModifier and TypeMethodDescriptionDocumentRetrieverFactory.buildDocumentRetriever(Iterable<JournalEntry> entries) protected Function<JournalEntry, ConfluenceIndexTask> ChangeIndexTaskQueue.prefetch(Iterable<JournalEntry> entries) protected Function<JournalEntry, ConfluenceIndexTask> ContentIndexTaskQueue.prefetch(Iterable<JournalEntry> entries) 
- 
Uses of JournalEntry in com.atlassian.confluence.internal.api.impl.service.incrementalsyncMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type JournalEntryModifier and TypeMethodDescriptionCommandFactoryImpl.createCommand(JournalEntry journalEntry) <T> Optional<T> CommandSupport.deserializeJournalMessage(Class<T> clazz, JournalEntry entry) <T> Optional<T> CommandSupportDeserializer.deserializeJournalMessage(Class<T> clazz, JournalEntry entry) deserializer Journal Entry back to some class instance
- 
Uses of JournalEntry in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commandsMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type JournalEntryModifier and TypeMethodDescriptionAbstractLabelCommand.newCommand(JournalEntry journalEntry) AbstractLikeCommand.newCommand(JournalEntry journalEntry) AttachmentUpdateCommand.newCommand(JournalEntry journalEntry) ContentCreateCommand.newCommand(JournalEntry journalEntry) ContentManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, ContentManagementIncSyncModel> command) ContentPermissionChangeCommand.newCommand(JournalEntry journalEntry) ContentRemoveCommand.newCommand(JournalEntry journalEntry) ContentUpdateCommand.newCommand(JournalEntry journalEntry) SpaceEventsCommand.newCommand(JournalEntry journalEntry) SpaceImportCommand.newCommand(JournalEntry journalEntry) SpacePermissionChangeCommand.newCommand(JournalEntry journalEntry) SpaceRemoveCommand.newCommand(JournalEntry journalEntry) Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with type arguments of type JournalEntryModifier and TypeMethodDescriptionAbstractLabelCommand.processJournalEntries(Collection<JournalEntry> journalEntries) AbstractLikeCommand.processJournalEntries(Collection<JournalEntry> journalEntries) AttachmentUpdateCommand.processJournalEntries(Collection<JournalEntry> journalEntries) ContentCreateCommand.processJournalEntries(Collection<JournalEntry> journalEntries) ContentPermissionChangeCommand.processJournalEntries(Collection<JournalEntry> journalEntries) ContentRemoveCommand.processJournalEntries(Collection<JournalEntry> journalEntries) ContentUpdateCommand.processJournalEntries(Collection<JournalEntry> journalEntries) SpaceEventsCommand.processJournalEntries(Collection<JournalEntry> journalEntries) SpaceImportCommand.processJournalEntries(Collection<JournalEntry> journalEntries) SpacePermissionChangeCommand.processJournalEntries(Collection<JournalEntry> journalEntries) SpaceRemoveCommand.processJournalEntries(Collection<JournalEntry> journalEntries) 
- 
Uses of JournalEntry in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commandsMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands with parameters of type JournalEntryModifier and TypeMethodDescriptionGlobalPermissionCommand.newCommand(JournalEntry journalEntry) SpaceFilteringCommand.newCommand(JournalEntry journalEntry) Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands with type arguments of type JournalEntryModifier and TypeMethodDescriptionGlobalPermissionCommand.processJournalEntries(Collection<JournalEntry> journalEntries) SpaceFilteringCommand.processJournalEntries(Collection<JournalEntry> journalEntries) 
- 
Uses of JournalEntry in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commandsMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with parameters of type JournalEntryModifier and TypeMethodDescriptionOptional<Command<com.atlassian.crowd.event.application.ApplicationUpdatedEvent, UserManagementInSyncModel>> ApplicationUpdatedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.user.UserCreatedEvent, UserManagementInSyncModel>> CrowdUserCreatedCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.DirectoryEvent, UserManagementInSyncModel>> DirectoryEventCommandUserManagement.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.group.GroupCreatedEvent, UserManagementInSyncModel>> GroupCreatedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.group.GroupMembershipsCreatedEvent, UserManagementInSyncModel>> GroupMembershipsCreatedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent, UserManagementInSyncModel>> GroupMembershipsDeletedEventCommand.newCommand(JournalEntry journalEntry) GroupRemovingEventCommand.newCommand(JournalEntry journalEntry) PostUserRenamedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.user.UserEditedEvent, UserManagementInSyncModel>> UserActivationEventCommandUserManagement.newCommand(JournalEntry journalEntry) UserManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, UserManagementInSyncModel> command) UserRemovingEventCommand.newCommand(JournalEntry journalEntry) UserSpaceImportCommand.newCommand(JournalEntry journalEntry) Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with type arguments of type JournalEntryModifier and TypeMethodDescriptionApplicationUpdatedEventCommand.processJournalEntries(Collection<JournalEntry> journalEntries) CrowdUserCreatedCommand.processJournalEntries(Collection<JournalEntry> journalEntries) DirectoryEventCommandUserManagement.processJournalEntries(Collection<JournalEntry> journalEntries) GroupEventCommand.processJournalEntries(Collection<JournalEntry> journalEntries) GroupMembershipsEventCommand.processJournalEntries(Collection<JournalEntry> journalEntries) UserActivationEventCommandUserManagement.processJournalEntries(Collection<JournalEntry> journalEntries) UserEventCommand.processJournalEntries(Collection<JournalEntry> journalEntries) UserRemovingEventCommand.processJournalEntries(Collection<JournalEntry> journalEntries) UserSpaceImportCommand.processJournalEntries(Collection<JournalEntry> journalEntries) 
- 
Uses of JournalEntry in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utilsMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils with parameters of type JournalEntryModifier and TypeMethodDescriptionContentFilteringUtils.createSpaceModel(JournalEntry journalEntry, ContentModelType contentModelType, ContentJournalEntryTypes entryType, Space space, SpaceFilteringService spaceFilteringService) Creates appropriate space model object depending whether space is blocklisted or not.
- 
Uses of JournalEntry in com.atlassian.confluence.internal.api.incrementalsync.modelMethods in com.atlassian.confluence.internal.api.incrementalsync.model with parameters of type JournalEntryModifier and TypeMethodDescriptionCommandFactory.createCommand(JournalEntry journalEntry) Create aCommandbased on input journal entry
- 
Uses of JournalEntry in com.atlassian.confluence.internal.api.service.incrementalsyncMethods in com.atlassian.confluence.internal.api.service.incrementalsync with parameters of type JournalEntryModifier and TypeMethodDescriptionCommandCreator.newCommand(JournalEntry journalEntry) Create new command from a journal entry.Method parameters in com.atlassian.confluence.internal.api.service.incrementalsync with type arguments of type JournalEntryModifier and TypeMethodDescriptionCommand.processJournalEntries(Collection<JournalEntry> journalEntries) DeserializeJournalEntryto JSON representable object
- 
Uses of JournalEntry in com.atlassian.confluence.internal.search.queueMethods in com.atlassian.confluence.internal.search.queue that return types with arguments of type JournalEntryModifier and TypeMethodDescriptionprotected Function<JournalEntry, T> AbstractJournalIndexTaskQueue.prefetch(Iterable<JournalEntry> entries) Provide an entry point to allow concrete class to prefetch data for a collection of journal entryprotected abstract Optional<JournalEntry> Convert a task into a journal entry.protected Optional<JournalEntry> JournalIndexTaskQueue.toEntry(ConfluenceIndexTask task) Converts an ConfluenceIndexTask to a JournalEntry.Methods in com.atlassian.confluence.internal.search.queue with parameters of type JournalEntryModifier and TypeMethodDescriptionprotected @Nullable SearchableJournalIndexTaskQueue.getSearchableFromEntry(JournalEntry entry) protected abstract TAbstractJournalIndexTaskQueue.toTask(JournalEntry entry) Convert an entry to a task.Method parameters in com.atlassian.confluence.internal.search.queue with type arguments of type JournalEntryModifier and TypeMethodDescriptionprotected Function<JournalEntry, T> AbstractJournalIndexTaskQueue.prefetch(Iterable<JournalEntry> entries) Provide an entry point to allow concrete class to prefetch data for a collection of journal entry
- 
Uses of JournalEntry in com.atlassian.confluence.internal.search.tasksMethods in com.atlassian.confluence.internal.search.tasks that return types with arguments of type JournalEntryModifier and TypeMethodDescriptionAddChangeDocumentIndexTask.convertToJournalEntry(JournalIdentifier journalId) AddDocumentIndexTask.convertToJournalEntry(JournalIdentifier journalId) final Optional<JournalEntry> ContentIndexTask.convertToJournalEntry(JournalIdentifier journalId) DeleteChangeDocumentsIndexTask.convertToJournalEntry(JournalIdentifier journalId) DeleteDocumentIndexTask.convertToJournalEntry(JournalIdentifier journalId) NoOpIndexTask.convertToJournalEntry(JournalIdentifier journalId) RebuildChangeDocumentsIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexAllBlogsChangeIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexAllBlogsContentIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexAllSpacesChangeIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexAllSpacesContentIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexAllUsersChangeIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexAllUsersContentIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexPermissionsIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexUsersInGroupChangeIndexTask.convertToJournalEntry(JournalIdentifier journalId) ReindexUsersInGroupContentIndexTask.convertToJournalEntry(JournalIdentifier journalId) UnindexContentTypeChangeIndexTask.convertToJournalEntry(JournalIdentifier journalId) UnindexContentTypeContentIndexTask.convertToJournalEntry(JournalIdentifier journalId) UnIndexSpaceChangeIndexTask.convertToJournalEntry(JournalIdentifier journalId) UnIndexSpaceContentIndexTask.convertToJournalEntry(JournalIdentifier journalId) UpdateDocumentIndexTask.convertToJournalEntry(JournalIdentifier journalId) 
- 
Uses of JournalEntry in com.atlassian.confluence.plugins.edgeindexMethods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type JournalEntryModifier and TypeMethodDescriptiondefault Optional<JournalEntry> EdgeIndexTask.convertToJournalEntry(JournalIdentifier journalIdentifier) This default method returns an emptyOptionalobject because an index task for an edge will be serialised and stored as the entry message when being queued.
- 
Uses of JournalEntry in com.atlassian.confluence.searchMethods in com.atlassian.confluence.search that return types with arguments of type JournalEntryModifier and TypeMethodDescriptionConvertibleToJournalEntry.convertToJournalEntry(JournalIdentifier journalId) Convert to journal entry.
- 
Uses of JournalEntry in com.atlassian.confluence.search.queueMethods in com.atlassian.confluence.search.queue that return types with arguments of type JournalEntryModifier and TypeMethodDescriptionstatic Optional<JournalEntry> JournalEntryFactory.createJournalEntry(JournalIdentifier journalId, JournalEntryType journalEntryType, String message)