|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Avatar | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| Uses of Avatar in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return Avatar | |
|---|---|
Avatar |
AvatarManager.createAvatar(User owner,
String name,
String contentType,
InputStream in)
Creates a new avatar for a user allowing the user to specify an inputstream for the image. |
Avatar |
AvatarManager.getActiveAvatar(User user)
Returns an avatar for a user, else the SystemDefaultAvatar if the user does not have
an active avatar specified. |
Avatar |
AvatarManager.getAvatar(long id)
Used to acquire an avatar by its id |
| Methods in com.jivesoftware.community that return types with arguments of type Avatar | |
|---|---|
JiveIterator<Avatar> |
AvatarManager.getAvatars(User user)
Returns a collection of avatars for a user |
JiveIterator<Avatar> |
AvatarManager.getGlobalAvatars()
Returns a collection of all of the global avatars |
JiveIterator<Avatar> |
AvatarManager.getModerationAvatars()
Returns a collection of all of the avatars that require moderation. |
| Methods in com.jivesoftware.community with parameters of type Avatar | |
|---|---|
void |
AvatarManager.deleteAvatar(Avatar avatar)
Deletes an avatar from the system. |
void |
AvatarManager.setActiveAvatar(User user,
Avatar avatar)
Used to make a user use a global avatar, to set no active avatar pass null for the avatar value. |
| Uses of Avatar in com.jivesoftware.community.event |
|---|
| Methods in com.jivesoftware.community.event that return Avatar | |
|---|---|
Avatar |
AvatarEvent.getAvatar()
Returns the Avatar that the event corresponds to. |
| Constructors in com.jivesoftware.community.event with parameters of type Avatar | |
|---|---|
AvatarEvent(int eventType,
Avatar avatar,
Map<String,? extends Object> params)
Creates a new avatar event. |
|
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||