com.atlassian.confluence.plugin.descriptor.web.conditions
Class ShowingUserAttachmentsCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.AbstractConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.ShowingUserAttachmentsCondition
- All Implemented Interfaces:
- Condition
public class ShowingUserAttachmentsCondition
- extends AbstractConfluenceCondition
A condition to check whether you can see a user's attachments tab.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowingUserAttachmentsCondition
public ShowingUserAttachmentsCondition()
shouldDisplay
public boolean shouldDisplay(User user,
GlobalHelper helper)
- Specified by:
shouldDisplay in class AbstractConfluenceCondition