Class RecentUpdateGroup
java.lang.Object
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
Represents a single group of recent updates. Each update has the same lastModifier
- Since:
- 4.3
-
Constructor Summary
ConstructorDescriptionRecentUpdateGroup
(com.atlassian.user.User modifier, ProfilePictureInfo profilePictureInfo, boolean canViewProfile) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(RecentUpdate recentUpdate) boolean
com.atlassian.user.User
boolean
-
Constructor Details
-
RecentUpdateGroup
public RecentUpdateGroup(com.atlassian.user.User modifier, ProfilePictureInfo profilePictureInfo, boolean canViewProfile)
-
-
Method Details
-
add
-
getModifier
public com.atlassian.user.User getModifier() -
getProfilePictureInfo
-
isCurrentUser
public boolean isCurrentUser() -
getRecentUpdates
-
getCanViewProfile
public boolean getCanViewProfile()
-