D G M O P

D

deleteMessage(String) - Method in interface org.xwiki.messagestream.MessageStream
Delete an existing message, identified by its unique ID, if the current user is the author of that message.

G

getRecentDirectMessages() - Method in interface org.xwiki.messagestream.MessageStream
Get the 30 most recent direct messages sent to the current user.
getRecentDirectMessages(int, int) - Method in interface org.xwiki.messagestream.MessageStream
Get the most recent direct messages sent to the current user, at most limit, and skipping the first offset.
getRecentMessagesForGroup(DocumentReference) - Method in interface org.xwiki.messagestream.MessageStream
Get the 30 most recent messages sent to the specified group.
getRecentMessagesForGroup(DocumentReference, int, int) - Method in interface org.xwiki.messagestream.MessageStream
Get the most recent messages sent to the specified group, at most limit, and skipping the first offset.
getRecentPersonalMessages() - Method in interface org.xwiki.messagestream.MessageStream
Get the 30 most recent messages posted by the current user.
getRecentPersonalMessages(int, int) - Method in interface org.xwiki.messagestream.MessageStream
Get the most recent messages posted by the current user, at most limit, and skipping the first offset.
getRecentPersonalMessages(DocumentReference) - Method in interface org.xwiki.messagestream.MessageStream
Get the 30 most recent personal messages posted by the specified user.
getRecentPersonalMessages(DocumentReference, int, int) - Method in interface org.xwiki.messagestream.MessageStream
Get the most recent direct messages sent to the current user, at most limit, and skipping the first offset.

M

MessageStream - Interface in org.xwiki.messagestream
The message stream allows to post and retrieve short messages, from one user to one of a few possible targets: direct private messages to another user, messages to a group of users, personal messages to all the users that "follow" the sender.

O

org.xwiki.messagestream - package org.xwiki.messagestream
 

P

postDirectMessageToUser(String, DocumentReference) - Method in interface org.xwiki.messagestream.MessageStream
Post a private message to another user.
postMessageToGroup(String, DocumentReference) - Method in interface org.xwiki.messagestream.MessageStream
Post a message to a specific group of users.
postPersonalMessage(String) - Method in interface org.xwiki.messagestream.MessageStream
Post a message to the current user's personal stream, displayed on his profile page and aggregated into their follower's streams.
postPublicMessage(String) - Method in interface org.xwiki.messagestream.MessageStream
Post a message to the current user's stream, visible to everyone.

D G M O P

Copyright © 2004-2013 XWiki. All Rights Reserved.