Uses of Interface
com.atlassian.confluence.internal.api.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncService
Packages that use ContentManagementIncrementalSyncService
Package
Description
-
Uses of ContentManagementIncrementalSyncService in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement that implement ContentManagementIncrementalSyncServiceModifier and TypeClassDescriptionclass
Service class for managing content event related incremental sync operations with Bandana store.Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement that return ContentManagementIncrementalSyncServiceModifier and TypeMethodDescriptionprotected ContentManagementIncrementalSyncService
ContentManagementRecorder.getIncrementalSyncService()
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type ContentManagementIncrementalSyncServiceModifierConstructorDescriptionContentManagementRecorder
(CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentManagementIncrementalSyncService contentManagementIncrementalSyncService) -
Uses of ContentManagementIncrementalSyncService in com.atlassian.confluence.plugins.restapi.rvsync.resources
Constructors in com.atlassian.confluence.plugins.restapi.rvsync.resources with parameters of type ContentManagementIncrementalSyncServiceModifierConstructorDescriptionContentManagementIncrementalSyncResource
(ContentManagementIncrementalSyncService incrementalSyncService) -
Uses of ContentManagementIncrementalSyncService in com.atlassian.confluence.plugins.restapi.spring
Methods in com.atlassian.confluence.plugins.restapi.spring that return ContentManagementIncrementalSyncService