Uses of Interface
com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
-
-
Uses of SynchronyProcessManager in com.atlassian.confluence.plugins.synchrony.bootstrap
Classes in com.atlassian.confluence.plugins.synchrony.bootstrap that implement SynchronyProcessManager Modifier and Type Class Description class
DefaultSynchronyProcessManager
Constructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type SynchronyProcessManager Constructor Description SynchronyInteropBootstrap(SynchronyProcessManager processManager, com.atlassian.event.api.EventPublisher eventPublisher, BootstrapManager bootstrapManager)
-
Uses of SynchronyProcessManager in com.atlassian.confluence.plugins.synchrony.rest
Constructors in com.atlassian.confluence.plugins.synchrony.rest with parameters of type SynchronyProcessManager 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 SynchronyProcessManager in com.atlassian.confluence.plugins.synchrony.status
Constructors in com.atlassian.confluence.plugins.synchrony.status with parameters of type SynchronyProcessManager Constructor Description SynchronyStatusCheckJob(SynchronyMonitor synchronyMonitor, SynchronyProcessManager synchronyProcessManager, SynchronyStatusCache cache, com.atlassian.confluence.plugins.synchrony.status.SynchronyStatusEventPublisher synchronyStatusEventPublisher, com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager synchronyConfigurationManager)
-
Uses of SynchronyProcessManager in com.atlassian.confluence.plugins.synchrony.tasks
Fields in com.atlassian.confluence.plugins.synchrony.tasks declared as SynchronyProcessManager Modifier and Type Field Description protected SynchronyProcessManager
AbstractConfigLongRunningTask. processManager
Constructors in com.atlassian.confluence.plugins.synchrony.tasks with parameters of type SynchronyProcessManager Constructor Description AbstractConfigLongRunningTask(com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager configManager, SynchronyProcessManager processManager, SynchronyMonitor processMonitor, com.atlassian.cache.CacheManager cacheManager, SynchronyConfigTaskTracker taskTracker, com.atlassian.event.api.EventPublisher eventPublisher, CollaborativeEditingModeDuration collaborativeEditingModeDuration)
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)
EnableTask(com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager configManager, SynchronyProcessManager processManager, SynchronyMonitor processMonitor, com.atlassian.cache.CacheManager cacheManager, SynchronyConfigTaskTracker taskTracker, com.atlassian.event.api.EventPublisher eventPublisher, PageManager pageManager, CollaborativeEditingModeDuration collaborativeEditingModeDuration)
RestartSynchronyTask(com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager configManager, SynchronyProcessManager processManager, SynchronyMonitor processMonitor, com.atlassian.cache.CacheManager cacheManager, SynchronyConfigTaskTracker taskTracker, com.atlassian.event.api.EventPublisher eventPublisher, CollaborativeEditingModeDuration collaborativeEditingModeDuration)
-