Uses of Class
com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
Packages that use ContentManagementIncSyncModel
Package
Description
-
Uses of ContentManagementIncSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return types with arguments of type ContentManagementIncSyncModelModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentManagementCommandFactory(com.atlassian.plugin.PluginAccessor pluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>> commandCreators) IncrementalSyncServiceConfiguration.contentManagementIncrementalSyncPaginationService(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, SpaceFilteringService spaceFilteringService) protected Collection<CommandCreator<?, ContentManagementIncSyncModel>> ContentCommandFactoryImpl.getCommandCreators()Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync with type arguments of type ContentManagementIncSyncModelModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentManagementCommandFactory(com.atlassian.plugin.PluginAccessor pluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>> commandCreators) IncrementalSyncServiceConfiguration.contentManagementIncrementalSyncPaginationService(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, SpaceFilteringService spaceFilteringService) IncrementalSyncServiceConfiguration.contentManagementIncrementalSyncService(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, PermissionManager permissionManager, IncrementalSyncDataFetcher<ContentManagementIncSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) IncrementalSyncServiceConfiguration.contentManagementRecorder(CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentManagementIncrementalSyncServiceImpl contentManagementIncrementalSyncService) Constructor parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync with type arguments of type ContentManagementIncSyncModelModifierConstructorDescriptionContentCommandFactoryImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>> commandCreators) -
Uses of ContentManagementIncSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Subclasses of ContentManagementIncSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagementConstructor parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with type arguments of type ContentManagementIncSyncModelModifierConstructorDescriptionContentManagementIncrementalSyncServiceImpl(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, com.atlassian.core.util.Clock clock, PermissionManager permissionManager, IncrementalSyncDataFetcher<ContentManagementIncSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) ContentManagementRecorder(CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentManagementIncrementalSyncService contentManagementIncrementalSyncService) -
Uses of ContentManagementIncSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands that return types with arguments of type ContentManagementIncSyncModelModifier and TypeMethodDescriptionAbstractLabelCommand.newCommand(JournalEntry journalEntry) AbstractLikeCommand.newCommand(JournalEntry journalEntry) AttachmentUpdateCommand.newCommand(JournalEntry journalEntry) AttachmentUpdateCommand.newCommand(AttachmentUpdateEvent event) ContentCreateCommand.newCommand(JournalEntry journalEntry) ContentCreateCommand.newCommand(ContentEvent event) ContentManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, ContentManagementIncSyncModel> command) ContentPermissionChangeCommand.newCommand(JournalEntry journalEntry) ContentPermissionChangeCommand.newCommand(ContentEvent event) ContentRemoveCommand.newCommand(JournalEntry journalEntry) ContentRemoveCommand.newCommand(ContentEvent event) ContentUpdateCommand.newCommand(JournalEntry journalEntry) ContentUpdateCommand.newCommand(ContentEvent event) LabelAddCommand.newCommand(LabelAddEvent event) LabelRemoveCommand.newCommand(LabelRemoveEvent event) LikeCreatedCommand.newCommand(LikeCreatedEvent event) LikeRemovedCommand.newCommand(LikeRemovedEvent event) SpaceEventsCommand.newCommand(JournalEntry journalEntry) SpaceEventsCommand.newCommand(SpaceEvent event) SpaceImportCommand.newCommand(JournalEntry journalEntry) SpaceImportCommand.newCommand(AsyncImportFinishedEvent event) SpacePermissionChangeCommand.newCommand(JournalEntry journalEntry) SpacePermissionChangeCommand.newCommand(SpacePermissionChangeEvent event) SpaceRemoveCommand.newCommand(JournalEntry journalEntry) SpaceRemoveCommand.newCommand(SpaceRemoveEvent event) AbstractLabelCommand.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) Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with type arguments of type ContentManagementIncSyncModelModifier and TypeMethodDescriptionContentManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, ContentManagementIncSyncModel> command) -
Uses of ContentManagementIncSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model
Subclasses of ContentManagementIncSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.modelModifier and TypeClassDescriptionclassclassSpace model to carry only space key (limited information).classclassModel for space permission changes. -
Uses of ContentManagementIncSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils that return ContentManagementIncSyncModelModifier 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 ContentManagementIncSyncModel in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type ContentManagementIncSyncModel -
Uses of ContentManagementIncSyncModel in com.atlassian.confluence.plugins.restapi.rvsync.resources
Methods in com.atlassian.confluence.plugins.restapi.rvsync.resources that return types with arguments of type ContentManagementIncSyncModelModifier and TypeMethodDescriptionContentManagementIncrementalSyncResource.getEventsBatch(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo)