Uses of Interface
com.atlassian.jira.avatar.Avatar

Packages that use Avatar
com.atlassian.jira.avatar   
com.atlassian.jira.project   
 

Uses of Avatar in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar that return Avatar
 Avatar AvatarManager.create(Avatar avatar)
          Creates a database record for the given avatar.
 Avatar AvatarManager.create(Avatar avatar, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 Avatar AvatarService.getAvatar(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId)
          Returns the Avatar for the given user, if configured.
 Avatar AvatarManager.getById(Long avatarId)
          Retrieve the avatar with the given id.
 

Methods in com.atlassian.jira.avatar that return types with arguments of type Avatar
 List<Avatar> AvatarManager.getAllSystemAvatars(Avatar.Type type)
          Provides a list of all system avatars.
 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.
 

Methods in com.atlassian.jira.avatar with parameters of type Avatar
 Avatar AvatarManager.create(Avatar avatar)
          Creates a database record for the given avatar.
 Avatar AvatarManager.create(Avatar avatar, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 boolean AvatarManager.isAvatarOwner(Avatar avatar, String owner)
          Tells whether the given avatar is owned by the given owner.
 void AvatarManager.readAvatarData(Avatar avatar, AvatarManager.ImageSize size, Consumer<InputStream> dataAccessor)
          Provides read-only access to the data of the avatar image as an InputStream passed to the provided dataProcessor.
 void AvatarManager.readLargeAvatarData(Avatar avatar, Consumer<InputStream> dataAccessor)
          Deprecated. since 4.4. Use AvatarManager.readAvatarData(Avatar, ImageSize, com.atlassian.jira.util.Consumer) instead
 void AvatarManager.readSmallAvatarData(Avatar avatar, Consumer<InputStream> dataAccessor)
          Deprecated. since 4.4. Use AvatarManager.readAvatarData(Avatar, ImageSize, com.atlassian.jira.util.Consumer) instead
 void AvatarManager.update(Avatar avatar)
          Saves the avatar as an updated version of the avatar with the same id that is already in the database.
 

Uses of Avatar in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return Avatar
 Avatar Project.getAvatar()
          Gives the currently-configured Avatar for this project.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.