public interface MessageService
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(String session,
String user,
String page,
String space,
String message) |
List |
getMessagesInPage(String space,
String page)
Returns List of Messages in the page
|
List |
getMessagesInSpace(String space)
Returns List of the Messages in the space
|
List |
getSessionMessages(String session)
returns a List of the Messages associated with the session
|
List |
getUsersInSpace(String space)
Returns List representation of the users in the space
|
List |
getUsersInSpaceOnly(String pageSpace,
String pageName) |
List |
getUsersOnPage(String space,
String page)
Returns List representation of the users on the page
|
void |
updatePresence(String session,
String user,
String page,
String space)
Updates the session presence record in the wiki
|
void updatePresence(String session, String user, String page, String space)
session - user - page - space - List getSessionMessages(String session)
session - List getMessagesInSpace(String space)
space - List getMessagesInPage(String space, String page)
space - page - List getUsersInSpace(String space)
space - List getUsersOnPage(String space, String page)
space - page - Copyright © 2003–2016 Sakai Project. All rights reserved.