Uses of Interface
com.atlassian.confluence.follow.FollowManager

Packages that use FollowManager
com.atlassian.confluence.follow   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.macro.profile   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.plugin.descriptor.web.conditions.user   
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.edgeindex   
com.atlassian.confluence.plugins.like.notifications   
com.atlassian.confluence.plugins.like.rest.resources   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs   
com.atlassian.confluence.rss.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
 

Uses of FollowManager in com.atlassian.confluence.follow
 

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

Uses of FollowManager in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions with parameters of type FollowManager
 void UnFollowUserAction.setFollowManager(FollowManager followManager)
           
 void FollowUserAction.setFollowManager(FollowManager followManager)
           
 

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

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

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

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

Uses of FollowManager in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user that return FollowManager
 FollowManager UserFollowingTargetCondition.getFollowManager()
          Deprecated.  
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user with parameters of type FollowManager
 void UserFollowingTargetCondition.setFollowManager(FollowManager followManager)
          Deprecated.  
 void FollowingTargetUserCondition.setFollowManager(FollowManager followManager)
           
 

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

Constructors in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type FollowManager
DefaultPopularContentDtoFactory(Excerpter excerpter, LikeManager likeManager, FollowManager followManager, com.atlassian.user.UserManager userManager, DataSourceFactory dataSourceFactory, java.util.List<java.lang.String> excludedMacros, I18NBeanFactory i18NBeanFactory)
           
DefaultPopularContentManager(FollowManager followManager, FavouriteManager favouritesManager, LikeManager likeManager, PopularContentDtoFactory popularContentDtoFactory, PopularContentQueries contentQueries)
           
 

Uses of FollowManager in com.atlassian.confluence.plugins.edgeindex
 

Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type FollowManager
DefaultEdgeQueries(UserAccessor userAccessor, com.atlassian.bonnie.ILuceneConnection luceneConnection, FollowManager followManager, EdgeTypeRepository edgeTypeRepository)
           
 

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

Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type FollowManager
 void NotificationListener.setFollowManager(FollowManager followManager)
          Deprecated.  
 

Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type FollowManager
CreateLikeEventContextFactory(com.atlassian.confluence.notifications.CachedContentFinder cachedContentFinder, UserAccessor userAccessor, FollowManager followManager, Excerpter excerpter, LocaleManager localeManager)
           
DefaultLikeNotificationManager(UserAccessor userAccessor, NotificationManager notificationManager, FollowManager followManager, LikeManager likeManager, NotificationDao notificationDao, ContentEntityManager entityManager)
           
 

Uses of FollowManager in com.atlassian.confluence.plugins.like.rest.resources
 

Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type FollowManager
LikableContentResource(LikeManager likeManager, ContentEntityManager contentEntityManager, FollowManager followManager, UserEntityExpander userEntityExpander, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
UserResource(UserAccessor userAccessor, PermissionManager permissionManager, FollowManager followManager)
           
 

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

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

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

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

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

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

Uses of FollowManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type FollowManager
 void FuncTestRpcHandlerImpl.setFollowManager(FollowManager followManager)
           
 

Uses of FollowManager in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type FollowManager
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManager spacePermissionManager, ContentEntityManager contentEntityManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.EventManager eventManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, UserStatusManager userStatusManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, HibernateSessionManager sessionManager, ConfluenceUserDao confluenceUserDao, com.atlassian.user.UserManager backingUserManager, SettingsManager settingsManager, com.atlassian.crowd.embedded.api.UnfilteredCrowdService unfilteredCrowdService, com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManagerSupplier)
           
 

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

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

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



Copyright © 2003-2014 Atlassian. All Rights Reserved.