Uses of Interface
com.atlassian.confluence.core.DataSourceFactory
-
-
Uses of DataSourceFactory in com.atlassian.confluence.content.render.xhtml.storage
Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type DataSourceFactory Modifier and Type Method Description static List<javax.activation.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 DataSourceFactory Constructor Description DefaultExcerpter(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.core
Classes in com.atlassian.confluence.core that implement DataSourceFactory Modifier and Type Class Description class
DefaultDataSourceFactory
-
Uses of DataSourceFactory in com.atlassian.confluence.mail.jobs
Constructors in com.atlassian.confluence.mail.jobs with parameters of type DataSourceFactory Constructor Description DefaultDailyReportManager(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 DataSourceFactory Constructor Description DefaultNotificationsSender(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 DataSourceFactory Modifier and Type Field Description protected DataSourceFactory
AbstractContentNotificationsListener. dataSourceFactory
Deprecated.protected DataSourceFactory
AbstractNotificationsListener. dataSourceFactory
Deprecated.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type DataSourceFactory Modifier and Type Method Description void
AbstractNotificationsListener. 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 DataSourceFactory Constructor Description PageEventListener(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 DataSourceFactory Modifier and Type Method Description void
DefaultNotificationRenderManager. setDataSourceFactory(DataSourceFactory dataSourceFactory)
-
Uses of DataSourceFactory in com.atlassian.confluence.plugins.soy
Constructors in com.atlassian.confluence.plugins.soy with parameters of type DataSourceFactory Constructor Description ImportResourceFunction(DataSourceFactory dataSourceFactory)
-
Uses of DataSourceFactory in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type DataSourceFactory Constructor Description DefaultSignupManager(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserVerificationTokenManager userVerificationTokenManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, SettingsManager settingsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, EmailService notificationsService, NotificationsSender notificationsSender, com.atlassian.event.api.EventPublisher eventPublisher, UserChecker userChecker, PersonalInformationManager personalInformationManager, com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory)
-
Uses of DataSourceFactory in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type DataSourceFactory Modifier and Type Method Description void
UserSignUpNotificationsListener. setDataSourceFactory(DataSourceFactory dataSourceFactory)
Deprecated.Constructors in com.atlassian.confluence.user.notifications with parameters of type DataSourceFactory Constructor Description DefaultEmailService(com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory, VelocityHelperService velocityHelperService, MailServerExistsCriteria mailServerExistsCriteria)
WelcomeEmailBuilder(SettingsManager settingsManager, DataSourceFactory dataSourceFactory, UserVerificationTokenManager tokenManager)
-
Uses of DataSourceFactory in com.atlassian.confluence.web.service
Constructors in com.atlassian.confluence.web.service with parameters of type DataSourceFactory Constructor Description WebViewServiceImpl(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, WebMenuManager webMenuManager, WebContextFactory webContextFactory, MimeBodyPartRecorder mimeBodyPartRecorder, DataSourceFactory dataSourceFactory, Map<String,List<String>> webItemBlacklist)
-