D E G I M O P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
- deleteMessage(String) - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
-
Delete an existing message, identified by its unique ID, if the current user is the author of that message.
- DirectMessageDescriptor - Class in org.xwiki.messagestream
-
Descriptor for the direct messages.
- DirectMessageDescriptor() - Constructor for class org.xwiki.messagestream.DirectMessageDescriptor
-
Construct a DirectMessageDescriptor.
E
- EVENT_TYPE - Static variable in class org.xwiki.messagestream.DirectMessageDescriptor
-
Event type described by this descriptor.
- EVENT_TYPE - Static variable in class org.xwiki.messagestream.GroupMessageDescriptor
-
Event type of the group messages.
- EVENT_TYPE - Static variable in class org.xwiki.messagestream.PersonalMessageDescriptor
-
Event type described by this descriptor.
- EVENT_TYPE - Static variable in class org.xwiki.messagestream.PublicMessageDescriptor
-
Event type described by this descriptor.
- execution - Variable in class org.xwiki.messagestream.script.MessageStreamScriptService
-
Provides access to the current context.
G
- getEventType() - Method in class org.xwiki.messagestream.DirectMessageDescriptor
- getEventType() - Method in class org.xwiki.messagestream.GroupMessageDescriptor
- getEventType() - Method in class org.xwiki.messagestream.PersonalMessageDescriptor
- getEventType() - Method in class org.xwiki.messagestream.PublicMessageDescriptor
- getEventTypeIcon() - Method in class org.xwiki.messagestream.GroupMessageDescriptor
- getEventTypeIcon() - Method in class org.xwiki.messagestream.PersonalMessageDescriptor
- getEventTypeIcon() - Method in class org.xwiki.messagestream.PublicMessageDescriptor
- getLastError() - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
-
Get the error generated while performing the previously called action.
- 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 firstoffset
. - 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 firstoffset
. - 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 firstoffset
. - 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 firstoffset
. - GroupMessageDescriptor - Class in org.xwiki.messagestream
-
Descriptor for the messages sent to a group.
- GroupMessageDescriptor() - Constructor for class org.xwiki.messagestream.GroupMessageDescriptor
-
Construct a GroupMessageDescriptor.
I
- isActive() - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
- isActive(String) - Method in interface org.xwiki.messagestream.MessageStreamConfiguration
- isEnabled(String) - Method in class org.xwiki.messagestream.GroupMessageDescriptor
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.
- MessageStreamConfiguration - Interface in org.xwiki.messagestream
-
Configuration for the Message Stream application.
- MessageStreamScriptService - Class in org.xwiki.messagestream.script
-
Service exposing the
MessageStream
functionality, allowing to post messages from the current user. - MessageStreamScriptService() - Constructor for class org.xwiki.messagestream.script.MessageStreamScriptService
O
- org.xwiki.messagestream - package org.xwiki.messagestream
- org.xwiki.messagestream.script - package org.xwiki.messagestream.script
P
- PersonalMessageDescriptor - Class in org.xwiki.messagestream
-
Descriptor for the personal messages (to the followers).
- PersonalMessageDescriptor() - Constructor for class org.xwiki.messagestream.PersonalMessageDescriptor
-
Construct a PersonalMessageDescriptor.
- postDirectMessageToUser(String, DocumentReference) - Method in interface org.xwiki.messagestream.MessageStream
-
Post a private message to another user.
- postDirectMessageToUser(String, DocumentReference) - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
-
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.
- postMessageToGroup(String, DocumentReference) - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
-
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.
- postPersonalMessage(String) - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
-
Post a message to the 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.
- postPublicMessage(String) - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
-
Post a message to the user's stream, visible to everyone.
- PublicMessageDescriptor - Class in org.xwiki.messagestream
-
Descriptor for the public messages.
- PublicMessageDescriptor() - Constructor for class org.xwiki.messagestream.PublicMessageDescriptor
-
Construct a PublicMessageDescriptor.
S
- setError(Exception) - Method in class org.xwiki.messagestream.script.MessageStreamScriptService
-
Store a caught exception in the context, so that it can be later retrieved using
getLastError()
.
All Classes All Packages