Uses of Interface
com.atlassian.confluence.api.service.eviction.SynchronyDataService
-
-
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 SynchronyDataService Constructor Description SynchronyEventsHardRemovalScheduledJob(SynchronyDataService synchronyDataService)
SynchronyEventsSoftRemovalScheduledJob(SynchronyDataService synchronyDataService)
-
Uses of SynchronyDataService in com.atlassian.confluence.pages.collab
Classes in com.atlassian.confluence.pages.collab that implement SynchronyDataService Modifier and Type Class Description class
PermissionCheckingSynchronyDataService
Decorator overSynchronyDataService
, which allows only Confluence administrator to launch the operation.Constructors in com.atlassian.confluence.pages.collab with parameters of type SynchronyDataService Constructor Description PermissionCheckingSynchronyDataService(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 Modifier and Type Class Description class
DefaultSynchronyDataService
-
Uses of SynchronyDataService in com.atlassian.confluence.plugins.restapi.experimental.resources
Constructors in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type SynchronyDataService Constructor Description SynchronyDataEvictionResource(SynchronyDataService synchronyDataService)
-
Uses of SynchronyDataService in com.atlassian.confluence.plugins.synchrony.rest
Constructors in com.atlassian.confluence.plugins.synchrony.rest with parameters of type SynchronyDataService Constructor Description CollaborativeEditingConfigResource(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 SynchronyDataService Constructor Description DisableTask(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)
-