Uses of Class
com.atlassian.confluence.user.actions.ProfilePictureInfo
-
-
Uses of ProfilePictureInfo in com.atlassian.confluence.event.events.user
Methods in com.atlassian.confluence.event.events.user that return ProfilePictureInfo Modifier and Type Method Description ProfilePictureInfoUserProfilePictureUpdateEvent. getProfilePictureInfo() -
Uses of ProfilePictureInfo in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return ProfilePictureInfo Modifier and Type Method Description ProfilePictureInfoAbstractUserProfileAction. getUserProfilePicture() -
Uses of ProfilePictureInfo in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that return ProfilePictureInfo Modifier and Type Method Description ProfilePictureInfoRecentUpdateGroup. getProfilePictureInfo()Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type ProfilePictureInfo Constructor Description RecentUpdateGroup(com.atlassian.user.User modifier, ProfilePictureInfo profilePictureInfo, boolean canViewProfile) -
Uses of ProfilePictureInfo in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers with parameters of type ProfilePictureInfo Modifier and Type Method Description voidProfilePictureInfoSerialiser. serialize(ProfilePictureInfo profilePicInfo, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider) -
Uses of ProfilePictureInfo in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return ProfilePictureInfo Modifier and Type Method Description ProfilePictureInfoDefaultUserAccessor. getLogoForUser(@Nullable com.atlassian.user.User user)ProfilePictureInfoDefaultUserAccessor. getUserProfilePicture(@Nullable com.atlassian.user.User user)ProfilePictureInfoUserAccessor. getUserProfilePicture(@Nullable com.atlassian.user.User user)Retrieve the path to a user's personal pictureProfilePictureInfoUserProfilePictureAccessor. getUserProfilePicture(@Nullable com.atlassian.user.User user)Retrieve the path to a user's personal picturestatic ProfilePictureInfoThreadLocalProfilePictureCache. hasProfilePicture(com.atlassian.user.User user)Methods in com.atlassian.confluence.user with parameters of type ProfilePictureInfo Modifier and Type Method Description static voidThreadLocalProfilePictureCache. cacheHasProfilePicture(com.atlassian.user.User user, ProfilePictureInfo p) -
Uses of ProfilePictureInfo in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return ProfilePictureInfo Modifier and Type Method Description ProfilePictureInfoAbstractUserProfileAction. getUserProfilePicture() -
Uses of ProfilePictureInfo in com.atlassian.sal.confluence.user
Constructors in com.atlassian.sal.confluence.user with parameters of type ProfilePictureInfo Constructor Description ConfluenceUserProfile(ConfluenceUser user, ProfilePictureInfo profilePictureInfo)
-