Class RecentUpdateGroup
- java.lang.Object
-
- com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
-
public class RecentUpdateGroup extends Object
Represents a single group of recent updates. Each update has the same lastModifier- Since:
- 4.3
-
-
Constructor Summary
Constructors Constructor Description RecentUpdateGroup(com.atlassian.user.User modifier, ProfilePictureInfo profilePictureInfo, boolean canViewProfile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(RecentUpdate recentUpdate)
boolean
getCanViewProfile()
com.atlassian.user.User
getModifier()
ProfilePictureInfo
getProfilePictureInfo()
List<RecentUpdate>
getRecentUpdates()
boolean
isCurrentUser()
-
-
-
Constructor Detail
-
RecentUpdateGroup
public RecentUpdateGroup(com.atlassian.user.User modifier, ProfilePictureInfo profilePictureInfo, boolean canViewProfile)
-
-
Method Detail
-
add
public void add(RecentUpdate recentUpdate)
-
getModifier
public com.atlassian.user.User getModifier()
-
getProfilePictureInfo
public ProfilePictureInfo getProfilePictureInfo()
-
isCurrentUser
public boolean isCurrentUser()
-
getRecentUpdates
public List<RecentUpdate> getRecentUpdates()
-
getCanViewProfile
public boolean getCanViewProfile()
-
-