Uses of Interface
com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Packages that use SynchronyProcessManager
Package
Description
-
Uses of SynchronyProcessManager in com.atlassian.confluence.plugins.synchrony.bootstrap
Classes in com.atlassian.confluence.plugins.synchrony.bootstrap that implement SynchronyProcessManagerConstructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type SynchronyProcessManagerModifierConstructorDescriptionSynchronyInteropBootstrap
(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 SynchronyProcessManagerModifierConstructorDescriptionCollaborativeEditingConfigResource
(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 SynchronyProcessManagerModifierConstructorDescriptionSynchronyStatusCheckJob
(SynchronyMonitor synchronyMonitor, SynchronyProcessManager synchronyProcessManager, SynchronyStatusService synchronyStatusService, 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 SynchronyProcessManagerModifier and TypeFieldDescriptionprotected final SynchronyProcessManager
AbstractConfigLongRunningTask.processManager
Constructors in com.atlassian.confluence.plugins.synchrony.tasks with parameters of type SynchronyProcessManagerModifierConstructorDescriptionAbstractConfigLongRunningTask
(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)