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 classDefaultFollowManager -
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 voidNetworkMacro. 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 voidNetworkFeedAction. 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 FollowManagerInternalAbstractUserProfileAction. followManagerMethods in com.atlassian.confluence.user.actions with parameters of type FollowManagerInternal Modifier and Type Method Description voidAbstractUserProfileAction. setFollowManager(FollowManagerInternal followManager)
-