Uses of Interface
com.atlassian.confluence.api.service.eviction.SynchronyDataService
Packages that use SynchronyDataService
Package
Description
-
Uses of SynchronyDataService in com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction
Constructors in com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction with parameters of type SynchronyDataServiceModifierConstructorDescriptionSynchronyEventsHardRemovalScheduledJob
(SynchronyDataService synchronyDataService) SynchronyEventsSoftRemovalScheduledJob
(SynchronyDataService synchronyDataService) -
Uses of SynchronyDataService in com.atlassian.confluence.pages.collab
Classes in com.atlassian.confluence.pages.collab that implement SynchronyDataServiceModifier and TypeClassDescriptionclass
Decorator overSynchronyDataService
, which allows only Confluence administrator to launch the operation.Constructors in com.atlassian.confluence.pages.collab with parameters of type SynchronyDataServiceModifierConstructorDescriptionPermissionCheckingSynchronyDataService
(SynchronyDataService delegate, PermissionManager permissionManager, PageManager pageManager) -
Uses of SynchronyDataService in com.atlassian.confluence.pages.collab.impl
Classes in com.atlassian.confluence.pages.collab.impl that implement SynchronyDataService -
Uses of SynchronyDataService in com.atlassian.confluence.plugins.restapi.experimental.resources
Constructors in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type SynchronyDataServiceModifierConstructorDescriptionSynchronyDataEvictionResource
(SynchronyDataService synchronyDataService) -
Uses of SynchronyDataService in com.atlassian.confluence.plugins.synchrony.rest
Constructors in com.atlassian.confluence.plugins.synchrony.rest with parameters of type SynchronyDataServiceModifierConstructorDescriptionCollaborativeEditingConfigResource
(com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager configManager, SynchronyConfigTaskTracker taskTracker, com.atlassian.cache.CacheManager cacheManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, SynchronyMonitor synchronyMonitor, SynchronyProcessManager processManager, com.atlassian.event.api.EventPublisher eventPublisher, PageManager pageManager, CollaborativeEditingModeDuration collaborativeEditingModeDuration, SynchronyDataService synchronyDataService) -
Uses of SynchronyDataService in com.atlassian.confluence.plugins.synchrony.tasks
Constructors in com.atlassian.confluence.plugins.synchrony.tasks with parameters of type SynchronyDataServiceModifierConstructorDescriptionDisableTask
(com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager configManager, SynchronyProcessManager processManager, SynchronyMonitor processMonitor, com.atlassian.cache.CacheManager cacheManager, SynchronyConfigTaskTracker taskTracker, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.event.api.EventPublisher eventPublisher, CollaborativeEditingModeDuration collaborativeEditingModeDuration, SynchronyDataService synchronyDataService)