Uses of Interface
com.atlassian.confluence.core.DataSourceFactory

Packages that use DataSourceFactory
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.core   
com.atlassian.confluence.mail.jobs   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.plugin.descriptor.mail   
com.atlassian.confluence.plugins.dailysummary.components.impl   
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.like.notifications   
com.atlassian.confluence.servlet   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.notifications   
 

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
static java.util.List<javax.activation.DataSource> InlineTasksUtils.getRequiredResources(DataSourceFactory dataSourceFactory, java.lang.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
DefaultExcerpter(javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, XhtmlContent xhtmlContent)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement DataSourceFactory
 class DefaultDataSourceFactory
           
 

Uses of DataSourceFactory in com.atlassian.confluence.mail.jobs
 

Constructors in com.atlassian.confluence.mail.jobs with parameters of type DataSourceFactory
DefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager, ChangeDigestNotificationBean changeNotificationBean, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, SettingsManager settingsManager, DataSourceFactory dataSourceFactory, ContentUiSupport<ContentEntityObject> contentUiSupport)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.mail.notification
 

Constructors in com.atlassian.confluence.mail.notification with parameters of type DataSourceFactory
DefaultNotificationsSender(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, Differ differ, NotificationRenderManager notificationRenderManager, DataSourceFactory dataSourceFactory)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.mail.notification.listeners
 

Fields in com.atlassian.confluence.mail.notification.listeners declared as DataSourceFactory
protected  DataSourceFactory AbstractNotificationsListener.dataSourceFactory
           
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type DataSourceFactory
 void AbstractNotificationsListener.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 

Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type DataSourceFactory
DetachedPageEventListener(SpaceManager spaceManager, PageManager pageManager, UserAccessor userAccessor, Renderer viewRenderer, DataSourceFactory dataSourceFactory, NotificationsSender notificationsSender, org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.plugin.descriptor.mail
 

Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type DataSourceFactory
 void DefaultNotificationRenderManager.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.plugins.dailysummary.components.impl
 

Constructors in com.atlassian.confluence.plugins.dailysummary.components.impl with parameters of type DataSourceFactory
DefaultSummaryEmailTaskFactory(FormatSettingsManager formatSettingsManager, LocaleManager localeManager, UserAccessor userAccesor, SettingsManager settingsManager, com.atlassian.sal.api.message.I18nResolver i18n, SingleUseUnsubscribeTokenManager singleUseTokenManager, DataSourceFactory dataSourceFactory, VelocityHelperService velocityHelper, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.plugins.dailysummary.content.popular
 

Constructors in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type DataSourceFactory
DefaultPopularContentDtoFactory(Excerpter excerpter, LikeManager likeManager, FollowManager followManager, com.atlassian.user.UserManager userManager, DataSourceFactory dataSourceFactory, java.util.List<java.lang.String> excludedMacros, I18NBeanFactory i18NBeanFactory)
           
PopularContentProvider(PopularContentManager popularContentManager, DataSourceFactory dataSourceFactory)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.plugins.like.notifications
 

Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type DataSourceFactory
 void NotificationListener.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.servlet
 

Constructors in com.atlassian.confluence.servlet with parameters of type DataSourceFactory
ExportWordPageServer(BootstrapManager bootstrapManager, SettingsManager settingsManager, PageManager pageManager, PermissionManager permissionManager, Renderer viewBodyTypeAwareRenderer, Excerpter excerpter, com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, DownloadResourceManager downloadResourceManager, DataSourceFactory dataSourceFactory, javax.activation.MimetypesFileTypeMap mimetypesFileTypeMap)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type DataSourceFactory
DefaultSignupManager(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserAccessor userAccessor, 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.actions
 

Methods in com.atlassian.confluence.user.actions with parameters of type DataSourceFactory
 void ForgotUserPasswordAction.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.user.notifications
 

Methods in com.atlassian.confluence.user.notifications with parameters of type DataSourceFactory
 void UserSignUpNotificationsListener.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 

Constructors in com.atlassian.confluence.user.notifications with parameters of type DataSourceFactory
DefaultEmailService(com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory, VelocityHelperService velocityHelperService, MailServerExistsCriteria mailServerExistsCriteria)
           
WelcomeEmailBuilder(SettingsManager settingsManager, DataSourceFactory dataSourceFactory, UserVerificationTokenManager tokenManager)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.