Uses of Interface
com.atlassian.confluence.internal.follow.FollowManagerInternal

Packages that use FollowManagerInternal
com.atlassian.confluence.api.impl.service.network   
com.atlassian.confluence.follow   
com.atlassian.confluence.macro.profile   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs   
com.atlassian.confluence.rss.actions   
com.atlassian.confluence.user.actions   
 

Uses of FollowManagerInternal in com.atlassian.confluence.api.impl.service.network
 

Constructors in com.atlassian.confluence.api.impl.service.network with parameters of type FollowManagerInternal
NetworkServiceImpl(FollowManagerInternal followManager, UserAccessor userAccessor, PersonFactory personFactory)
           
 

Uses of FollowManagerInternal in com.atlassian.confluence.follow
 

Classes in com.atlassian.confluence.follow that implement FollowManagerInternal
 class DefaultFollowManager
           
 

Uses of FollowManagerInternal in com.atlassian.confluence.macro.profile
 

Methods in com.atlassian.confluence.macro.profile with parameters of type FollowManagerInternal
 void NetworkMacro.setFollowManager(FollowManagerInternal followManager)
           
 

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

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type FollowManagerInternal
 void FollowNotificationListener.setFollowManager(FollowManagerInternal followManager)
           
 

Uses of FollowManagerInternal in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
 

Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type FollowManagerInternal
RecentlyUpdatedMacroTabProvider(SpaceManager spaceManager, LabelManager labelManager, PermissionManager permissionManager, FollowManagerInternal followManager, UserAccessor userAccessor, HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
           
 

Uses of FollowManagerInternal in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
 

Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs with parameters of type FollowManagerInternal
NetworkTab(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, FollowManagerInternal followManager, LocaleManager localeManager)
           
 

Uses of FollowManagerInternal in com.atlassian.confluence.rss.actions
 

Methods in com.atlassian.confluence.rss.actions with parameters of type FollowManagerInternal
 void NetworkFeedAction.setFollowManager(FollowManagerInternal followManager)
           
 

Uses of FollowManagerInternal in com.atlassian.confluence.user.actions
 

Fields in com.atlassian.confluence.user.actions declared as FollowManagerInternal
protected  FollowManagerInternal AbstractUserProfileAction.followManager
           
 

Methods in com.atlassian.confluence.user.actions with parameters of type FollowManagerInternal
 void AbstractUserProfileAction.setFollowManager(FollowManagerInternal followManager)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.