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.contentmanagementClasses in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement that implement ContentManagementIncrementalSyncServiceModifier and TypeClassDescriptionclassService 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 ContentManagementIncrementalSyncServiceContentManagementRecorder.getIncrementalSyncService()Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type ContentManagementIncrementalSyncServiceModifierConstructorDescriptionContentManagementRecorder(CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentManagementIncrementalSyncService contentManagementIncrementalSyncService) 
- 
Uses of ContentManagementIncrementalSyncService in com.atlassian.confluence.plugins.restapi.rvsync.resourcesConstructors in com.atlassian.confluence.plugins.restapi.rvsync.resources with parameters of type ContentManagementIncrementalSyncServiceModifierConstructorDescriptionContentManagementIncrementalSyncResource(ContentManagementIncrementalSyncService incrementalSyncService) 
- 
Uses of ContentManagementIncrementalSyncService in com.atlassian.confluence.plugins.restapi.springMethods in com.atlassian.confluence.plugins.restapi.spring that return ContentManagementIncrementalSyncService