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.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.like.notifications   
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 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 DataSourceFactory
DefaultExcerpter(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.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
CreateUserNotificationsListener(UserAccessor userAccessor, com.atlassian.bandana.BandanaManager bandanaManager, NotificationsSender notificationsSender, SettingsManager settingsManager, com.atlassian.core.util.Clock clock, DataSourceFactory dataSourceFactory, com.atlassian.mail.server.MailServerManager mailServerManager)
           
 

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, List<String> excludedMacros)
           
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.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, MailContentProcessor mailContentProcessor)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.