Uses of Interface
com.atlassian.confluence.tenant.TenantRegistry
-
Packages that use TenantRegistry Package Description com.atlassian.confluence.api.impl.sal.timezone Confluence implementation of the SAL timezone API.com.atlassian.confluence.impl.security com.atlassian.confluence.impl.startup com.atlassian.confluence.plugin com.atlassian.confluence.plugin.webresource com.atlassian.confluence.renderer com.atlassian.confluence.setup com.atlassian.confluence.tenant -
-
Uses of TenantRegistry in com.atlassian.confluence.api.impl.sal.timezone
Constructors in com.atlassian.confluence.api.impl.sal.timezone with parameters of type TenantRegistry Constructor Description ConfluenceTimeZoneManager(ConfluenceUserResolver confluenceUserResolver, UserPreferencesAccessor userPreferencesAccessor, GlobalSettingsManager settingsManager, TenantRegistry tenantRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of TenantRegistry in com.atlassian.confluence.impl.security
Constructors in com.atlassian.confluence.impl.security with parameters of type TenantRegistry Constructor Description SpacePermissionCachePrimer(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, com.atlassian.confluence.impl.security.SpacePermissionCachePrimer.Primeable spacePermissionManager, ScheduledExecutorService scheduledExecutorService, TenantRegistry tenantRegistry, SpaceManager spaceManager, DarkFeaturesManager darkFeaturesManager)
-
Uses of TenantRegistry in com.atlassian.confluence.impl.startup
Constructors in com.atlassian.confluence.impl.startup with parameters of type TenantRegistry Constructor Description ConfluenceStartAnalyticsEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, ConfluenceStartAnalyticsEventFactory confluenceStartEventFactory, Executor executor)
-
Uses of TenantRegistry in com.atlassian.confluence.plugin
Methods in com.atlassian.confluence.plugin with parameters of type TenantRegistry Modifier and Type Method Description static TransactionalPluginLoader
DatabaseClassLoadingPluginLoader. create(PluginDirectoryProvider directoryProvider, PluginDataDao pluginDataDao, TenantRegistry tenantRegistry, List<com.atlassian.plugin.factories.PluginFactory> listPluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, TransactionalHostContextAccessor hostContextAccessor)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6Constructors in com.atlassian.confluence.plugin with parameters of type TenantRegistry Constructor Description DatabaseClassLoadingPluginLoader(PluginDirectoryProvider directoryProvider, PluginDataDao pluginDataDao, TenantRegistry tenantRegistry, List<com.atlassian.plugin.factories.PluginFactory> listPluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, TransactionalHostContextAccessor hostContextAccessor)
Deprecated, for removal: This API element is subject to removal in a future version.DatabasePluginScanner(PluginDataDao pluginDataDao, File workDir, TenantRegistry ignored, TransactionalHostContextAccessor hostContextAccessor)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of TenantRegistry in com.atlassian.confluence.plugin.webresource
Methods in com.atlassian.confluence.plugin.webresource with parameters of type TenantRegistry Modifier and Type Method Description void
SuperBatchInvalidatorListener. setTenantRegistry(TenantRegistry tenantRegistry)
Constructors in com.atlassian.confluence.plugin.webresource with parameters of type TenantRegistry Constructor Description DefaultCounter(String key, com.atlassian.bandana.BandanaManager bandanaManager, TenantRegistry ignored)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6DefaultCssResourceCounterManager(com.atlassian.bandana.BandanaManager bandanaManager, TenantRegistry ignored)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of TenantRegistry in com.atlassian.confluence.renderer
Constructors in com.atlassian.confluence.renderer with parameters of type TenantRegistry Constructor Description UserMacroLibrary(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry)
Deprecated.since 5.9.UserMacroLibrary(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, MacroManager macroManager)
Deprecated.since 5.10.UserMacroLibrary(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, com.atlassian.util.concurrent.Supplier<MacroManager> macroManagerSupplier)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of TenantRegistry in com.atlassian.confluence.setup
Constructors in com.atlassian.confluence.setup with parameters of type TenantRegistry Constructor Description SetupPluginManager(com.atlassian.plugin.PluginRegistry.ReadWrite pluginRegistry, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.manager.PluginPersistentStateStore pluginStateStore, List<Object> pluginLoaders, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of TenantRegistry in com.atlassian.confluence.tenant
Classes in com.atlassian.confluence.tenant that implement TenantRegistry Modifier and Type Class Description class
BroadcastingTenantRegistry
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6class
VolatileSingleTenantRegistry
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6Fields in com.atlassian.confluence.tenant declared as TenantRegistry Modifier and Type Field Description protected TenantRegistry
TenantGate. tenantRegistry
Deprecated.Since 7.0.Methods in com.atlassian.confluence.tenant that return TenantRegistry Modifier and Type Method Description protected TenantRegistry
TenantGate. getTenantRegistry()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.atlassian.confluence.tenant with parameters of type TenantRegistry Constructor Description BroadcastingTenantRegistry(TenantRegistry delegate, com.atlassian.event.api.EventPublisher eventPublisher)
Deprecated, for removal: This API element is subject to removal in a future version.SystemTenant(TenantRegistry tenantRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.TenantGate(TenantRegistry tenantRegistry, Class[] proxyInterfaces)
Deprecated, for removal: This API element is subject to removal in a future version.
-