Uses of Interface
com.atlassian.confluence.internal.follow.FollowManagerInternal
-
-
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 Constructor Description NetworkServiceImpl(FollowManagerInternal followManager, ConfluenceUserResolver confluenceUserResolver, PersonFactory personFactory)
-
Uses of FollowManagerInternal in com.atlassian.confluence.follow
Classes in com.atlassian.confluence.follow that implement FollowManagerInternal Modifier and Type Class Description class
DefaultFollowManager
-
Uses of FollowManagerInternal in com.atlassian.confluence.macro.profile
Methods in com.atlassian.confluence.macro.profile with parameters of type FollowManagerInternal Modifier and Type Method Description void
NetworkMacro. setFollowManager(FollowManagerInternal followManager)
Deprecated. -
Uses of FollowManagerInternal in com.atlassian.confluence.rss.actions
Methods in com.atlassian.confluence.rss.actions with parameters of type FollowManagerInternal Modifier and Type Method Description void
NetworkFeedAction. setFollowManager(FollowManagerInternal followManager)
-
Uses of FollowManagerInternal in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as FollowManagerInternal Modifier and Type Field Description protected FollowManagerInternal
AbstractUserProfileAction. followManager
Methods in com.atlassian.confluence.user.actions with parameters of type FollowManagerInternal Modifier and Type Method Description void
AbstractUserProfileAction. setFollowManager(FollowManagerInternal followManager)
-