com.atlassian.confluence.plugin.descriptor.web.conditions.user
Class TargetUserCanSetStatusCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserCanSetStatusCondition
- All Implemented Interfaces:
- Condition
public class TargetUserCanSetStatusCondition
- extends BaseConfluenceCondition
This determines whether the target user of a profile action can set their status. This is
used to detirmine if the current user should see the status update view functions for the
user they are browsing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetUserCanSetStatusCondition
public TargetUserCanSetStatusCondition()
shouldDisplay
protected boolean shouldDisplay(WebInterfaceContext context)
- Specified by:
shouldDisplay
in class BaseConfluenceCondition
setPermissionManager
public void setPermissionManager(PermissionManager permissionManager)