@Deprecated public interface UserProfileService
Modifier and Type | Method and Description |
---|---|
DeleteProfilePictureCommand |
newDeleteProfilePictureCommand(com.atlassian.user.User user,
String imageFileName)
Deprecated.
|
SetProfilePictureCommand |
newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName)
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin
|
SetProfilePictureCommand |
newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName,
int topLeftX,
int topLeftY,
int width)
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
SetProfilePictureCommand |
newSetProfilePictureCommand(com.atlassian.user.User user,
String imageFileName)
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin
|
@Deprecated SetProfilePictureCommand newSetProfilePictureCommand(com.atlassian.user.User user, InputStream imageData, String imageFileName)
user
- the user to set a profile picture forimageData
- the image to use as a profile pictureimageFileName
- the name of the uploaded image@Deprecated SetProfilePictureCommand newSetProfilePictureCommand(com.atlassian.user.User user, String imageFileName)
user
- the user to set a profile picture forimageFileName
- the filename of the image to use as a profile picture@Deprecated SetProfilePictureCommand newSetProfilePictureCommand(com.atlassian.user.User user, InputStream imageData, String imageFileName, int topLeftX, int topLeftY, int width)
user
- the user to set a profile picture forimageData
- the image to use as a profile pictureimageFileName
- the name of the uploaded imagetopLeftX
- the X offset of the top left of the cropping areatopLeftY
- the Y offset of the top left of the cropping areawidth
- the width of the cropping area (will always be square)@Deprecated DeleteProfilePictureCommand newDeleteProfilePictureCommand(com.atlassian.user.User user, String imageFileName)
user
- the user to delete a profile picture forimageFileName
- the filename of the image to deleteCopyright © 2003–2018 Atlassian. All rights reserved.