|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Avatar.Type | |
|---|---|
| com.atlassian.jira.avatar | |
| com.atlassian.jira.mock | |
| com.atlassian.jira.rest.v2.issue | |
| Uses of Avatar.Type in com.atlassian.jira.avatar |
|---|
| Methods in com.atlassian.jira.avatar that return Avatar.Type | |
|---|---|
Avatar.Type |
AvatarImpl.getAvatarType()
|
Avatar.Type |
Avatar.getAvatarType()
The type of Avatar. |
static Avatar.Type |
Avatar.Type.getByName(String name)
|
static Avatar.Type |
Avatar.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Avatar.Type[] |
Avatar.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.jira.avatar with parameters of type Avatar.Type | |
|---|---|
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelper.convertTemporaryToReal(String ownerId,
Avatar.Type type,
Selection selection)
Converts temporary avatar (uploaded) to real avatar |
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelperImpl.convertTemporaryToReal(String ownerId,
Avatar.Type type,
Selection selection)
|
static AvatarImpl |
AvatarImpl.createCustomAvatar(String fileName,
String contentType,
Avatar.Type avatarType,
String owner)
Factory method for creating a custom Avatar to be created by AvatarManager. |
static AvatarImpl |
AvatarImpl.createSystemAvatar(String fileName,
String contentType,
Avatar.Type avatarType)
Factory method for creating a system Avatar to be created by AvatarManager. |
List<Avatar> |
CachingAvatarStore.getAllSystemAvatars(Avatar.Type type)
|
List<Avatar> |
AvatarManagerImpl.getAllSystemAvatars(Avatar.Type type)
|
List<Avatar> |
OfbizAvatarStore.getAllSystemAvatars(Avatar.Type type)
|
List<Avatar> |
AvatarStore.getAllSystemAvatars(Avatar.Type type)
Provides a list of all system avatars. |
List<Avatar> |
AvatarManager.getAllSystemAvatars(Avatar.Type type)
Provides a list of all system avatars. |
List<Avatar> |
CachingAvatarStore.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
|
List<Avatar> |
AvatarManagerImpl.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
|
List<Avatar> |
OfbizAvatarStore.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
|
List<Avatar> |
AvatarStore.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
Provides a list of all avatars that are of the given type which have the given owner. |
List<Avatar> |
AvatarManager.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
Provides a list of all avatars that are of the given type which have the given owner. |
Long |
AvatarManagerImpl.getDefaultAvatarId(Avatar.Type ofType)
|
Long |
AvatarManager.getDefaultAvatarId(Avatar.Type ofType)
Gets the default avatar for the given type. |
boolean |
AvatarManagerImpl.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User remoteUser,
Avatar.Type type,
String ownerId)
|
boolean |
AvatarManager.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User remoteUser,
Avatar.Type type,
String ownerId)
Determines if the remoteUser provided has permission to edit avatars of a certain type for the owner provided. |
boolean |
AvatarManagerImpl.hasPermissionToView(com.atlassian.crowd.embedded.api.User remoteUser,
Avatar.Type type,
String ownerId)
|
boolean |
AvatarManager.hasPermissionToView(com.atlassian.crowd.embedded.api.User remoteUser,
Avatar.Type type,
String ownerId)
Determines if the remoteUser provided has permission to view avatars of a certain type for the owner provided. |
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelper.upload(InputStream stream,
String fileName,
String contentType,
long size,
String ownerId,
Avatar.Type type)
Handles upload of temporary avatar |
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelperImpl.upload(InputStream stream,
String fileName,
String contentType,
long size,
String ownerId,
Avatar.Type type)
|
| Uses of Avatar.Type in com.atlassian.jira.mock |
|---|
| Methods in com.atlassian.jira.mock that return Avatar.Type | |
|---|---|
Avatar.Type |
MockAvatar.getAvatarType()
|
| Constructors in com.atlassian.jira.mock with parameters of type Avatar.Type | |
|---|---|
MockAvatar(long id,
String fileName,
String contentType,
Avatar.Type type,
String owner,
boolean system)
|
|
| Uses of Avatar.Type in com.atlassian.jira.rest.v2.issue |
|---|
| Methods in com.atlassian.jira.rest.v2.issue with parameters of type Avatar.Type | |
|---|---|
javax.ws.rs.core.Response |
AvatarResourceHelper.createAvatarFromTemporary(Avatar.Type type,
String ownerId,
AvatarCroppingBean croppingInstructions)
Converts temporary avatar into a real avatar |
javax.ws.rs.core.Response |
AvatarResourceHelper.getAllAvatars(Avatar.Type type,
String ownerId,
Long selectedAvatarId)
Returns all avatars which are visible for the currently logged in user. |
javax.ws.rs.core.Response |
AvatarResourceHelper.storeTemporaryAvatar(Avatar.Type type,
String ownerId,
String filename,
Long size,
javax.servlet.http.HttpServletRequest request)
Creates temporary avatar and provides instructions for cropping (if needed) |
javax.ws.rs.core.Response |
AvatarResourceHelper.storeTemporaryAvatarUsingMultiPart(Avatar.Type type,
String ownerId,
com.atlassian.plugins.rest.common.multipart.FilePart filePart,
javax.servlet.http.HttpServletRequest request)
Creates temporary avatar using multipart. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||