Uses of Interface
com.atlassian.confluence.content.datasource.DataSourceFactory
Packages that use DataSourceFactory
Package
Description
- 
Uses of DataSourceFactory in com.atlassian.confluence.content.render.xhtml.storage
Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type DataSourceFactoryModifier and TypeMethodDescriptionstatic List<DataSource> InlineTasksUtils.getRequiredResources(DataSourceFactory dataSourceFactory, String htmlContent) Returns the inline task DataSource resources required for the specified content. - 
Uses of DataSourceFactory in com.atlassian.confluence.content.render.xhtml.view.excerpt
Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type DataSourceFactoryModifierConstructorDescriptionDefaultExcerpter(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, MacroDefinitionTransformer macroDefinitionTransformer, ExcerptHelper excerptHelper, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)  - 
Uses of DataSourceFactory in com.atlassian.confluence.mail.jobs
Constructors in com.atlassian.confluence.mail.jobs with parameters of type DataSourceFactoryModifierConstructorDescriptionDefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager, ChangeDigestNotificationBean changeNotificationBean, UserPreferencesAccessor userPreferencesAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, GlobalSettingsManager settingsManager, DataSourceFactory dataSourceFactory, ContentUiSupport<ContentEntityObject> contentUiSupport, I18NBeanFactory i18NBeanFactory)  - 
Uses of DataSourceFactory in com.atlassian.confluence.mail.notification
Constructors in com.atlassian.confluence.mail.notification with parameters of type DataSourceFactoryModifierConstructorDescriptionDefaultNotificationsSender(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, Differ differ, NotificationRenderManager notificationRenderManager, DataSourceFactory dataSourceFactory, ConfluenceAccessManager confluenceAccessManager)  - 
Uses of DataSourceFactory in com.atlassian.confluence.mail.notification.listeners
Fields in com.atlassian.confluence.mail.notification.listeners declared as DataSourceFactoryModifier and TypeFieldDescriptionprotected final DataSourceFactoryAbstractContentNotificationsListener.dataSourceFactoryDeprecated.protected DataSourceFactoryAbstractNotificationsListener.dataSourceFactoryDeprecated.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type DataSourceFactoryModifier and TypeMethodDescriptionvoidAbstractNotificationsListener.setDataSourceFactory(DataSourceFactory dataSourceFactory) Deprecated. - 
Uses of DataSourceFactory in com.atlassian.confluence.mail.notification.listeners.async
Constructors in com.atlassian.confluence.mail.notification.listeners.async with parameters of type DataSourceFactoryModifierConstructorDescriptionPageEventListener(PageManager pageManager, UserAccessor userAccessor, DataSourceFactory dataSourceFactory, NotificationsSender notificationsSender, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.mail.server.MailServerManager mailServerManager)  - 
Uses of DataSourceFactory in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type DataSourceFactoryModifier and TypeMethodDescriptionvoidDefaultNotificationRenderManager.setDataSourceFactory(DataSourceFactory dataSourceFactory)  - 
Uses of DataSourceFactory in com.atlassian.confluence.plugins.soy
Constructors in com.atlassian.confluence.plugins.soy with parameters of type DataSourceFactory