com.atlassian.confluence.plugin.descriptor.web.conditions.user
Class UserFollowingTargetCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
      extended by com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserFollowingTargetCondition
All Implemented Interfaces:
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


Constructor Summary
UserFollowingTargetCondition()
          Deprecated.  
 
Method Summary
 FollowManager getFollowManager()
          Deprecated.  
 void setFollowManager(FollowManager followManager)
          Deprecated.  
protected  boolean shouldDisplay(WebInterfaceContext context)
          Deprecated.  
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserFollowingTargetCondition

public UserFollowingTargetCondition()
Deprecated. 
Method Detail

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. 


Copyright © 2003-2011 Atlassian. All Rights Reserved.