com.atlassian.confluence.plugin.descriptor.web.conditions.user
Class UserFollowingTargetCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserFollowingTargetCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition
Deprecated. since 3.1 use FollowingTargetUserCondition
@Deprecated
public class UserFollowingTargetCondition
- extends BaseConfluenceCondition
Returns true if the logged in user is following the target user
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserFollowingTargetCondition
public UserFollowingTargetCondition()
- Deprecated.
shouldDisplay
protected boolean shouldDisplay(WebInterfaceContext context)
- Deprecated.
- Specified by:
shouldDisplay
in class BaseConfluenceCondition
getFollowManager
public FollowManager getFollowManager()
- Deprecated.
setFollowManager
public void setFollowManager(FollowManager followManager)
- Deprecated.