Uses of Interface
com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor
-
-
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugin
Methods in com.atlassian.confluence.plugin with parameters of type TransactionalHostContextAccessor 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)
Constructors in com.atlassian.confluence.plugin with parameters of type TransactionalHostContextAccessor Constructor Description DatabaseClassLoadingPluginLoader(PluginDirectoryProvider directoryProvider, PluginDataDao pluginDataDao, TenantRegistry tenantRegistry, List<com.atlassian.plugin.factories.PluginFactory> listPluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, TransactionalHostContextAccessor hostContextAccessor)
DatabasePluginScanner(PluginDataDao pluginDataDao, File workDir, TenantRegistry tenantRegistry, TransactionalHostContextAccessor hostContextAccessor)
DatabasePluginScanner(PluginDataDao pluginDataDao, File workDir, TenantRegistry tenantRegistry, TransactionalHostContextAccessor hostContextAccessor, Supplier<Boolean> isDatabaseConfigured)
-
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type TransactionalHostContextAccessor Constructor Description ContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, TransactionalHostContextAccessor hostContextAccessor)
TransactionWrappingFinder(SingleFetcher<T> singleFetcherDelegate, ManyFetcher<T> manyFetcherDelegate, TransactionalHostContextAccessor hostContextAccessor)
-
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Constructors in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type TransactionalHostContextAccessor Constructor Description SpacePropertyFinderFactory(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, TransactionalHostContextAccessor hostContextAccessor)
-
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugins.contentproperty.transaction
Constructors in com.atlassian.confluence.plugins.contentproperty.transaction with parameters of type TransactionalHostContextAccessor Constructor Description ThrowingTransactionTemplate(TransactionalHostContextAccessor hostContextAccessor)
-
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.spring.transaction.interceptor
Classes in com.atlassian.confluence.spring.transaction.interceptor that implement TransactionalHostContextAccessor Modifier and Type Class Description class
ConfluenceSpringHostContextAccessor
-
Uses of TransactionalHostContextAccessor in com.atlassian.sal.confluence.pluginsettings
Constructors in com.atlassian.sal.confluence.pluginsettings with parameters of type TransactionalHostContextAccessor Constructor Description ConfluencePluginSettingsFactory(com.atlassian.bandana.BandanaManager bandanaManager, TransactionalHostContextAccessor hostContextAccessor, com.atlassian.cache.CacheFactory cacheFactory)
TransactionalPluginSettings(com.atlassian.sal.api.pluginsettings.PluginSettings delegate, TransactionalHostContextAccessor hostContextAccessor)
-