Package | Description |
---|---|
com.atlassian.confluence.user.service |
Modifier and Type | Class and Description |
---|---|
class |
SetProfilePictureFromFilenameCommand
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
class |
SetProfilePictureFromImageCommandImpl
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
Modifier and Type | Method and Description |
---|---|
SetProfilePictureCommand |
UserProfileService.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 |
DefaultUserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName)
Deprecated.
|
SetProfilePictureCommand |
UserProfileService.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 |
DefaultUserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName,
int topLeftX,
int topLeftY,
int width)
Deprecated.
|
SetProfilePictureCommand |
UserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user,
String imageFileName)
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin
|
SetProfilePictureCommand |
DefaultUserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user,
String builtInImageFileName)
Deprecated.
|
Copyright © 2003–2017 Atlassian. All rights reserved.