com.atlassian.confluence.plugin.descriptor.web.conditions.user
Class UserWatchingSpaceCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition
public class UserWatchingSpaceCondition
- extends BaseConfluenceCondition
Returns true if the user is watching the current space. Returns false if the user is only watching the space for a
specific content type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserWatchingSpaceCondition
public UserWatchingSpaceCondition()
shouldDisplay
public boolean shouldDisplay(WebInterfaceContext context)
- Specified by:
shouldDisplay
in class BaseConfluenceCondition
setNotificationManager
public void setNotificationManager(NotificationManager notificationManager)