com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Class RecentUpdateGroup
java.lang.Object
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
public class RecentUpdateGroup
- extends java.lang.Object
Represents a single group of recent updates. Each update has the same lastModifier
- Since:
- 4.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecentUpdateGroup
public RecentUpdateGroup(com.atlassian.user.User modifier,
ProfilePictureInfo profilePictureInfo,
boolean canViewProfile)
add
public void add(RecentUpdate recentUpdate)
getModifier
public com.atlassian.user.User getModifier()
getProfilePictureInfo
public ProfilePictureInfo getProfilePictureInfo()
isCurrentUser
public boolean isCurrentUser()
getRecentUpdates
public java.util.List<RecentUpdate> getRecentUpdates()
getCanViewProfile
public boolean getCanViewProfile()
Copyright © 2003-2013 Atlassian. All Rights Reserved.