Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAttendee(String) - Method in class org.exoplatform.chat.model.ReportBean
- addEvent(EventBean) - Method in class org.exoplatform.chat.model.ReportBean
- addFavorite(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- addFavorite(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- addFavorite(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- addFile(FileBean) - Method in class org.exoplatform.chat.model.ReportBean
- addLink(String) - Method in class org.exoplatform.chat.model.ReportBean
- addMessage(MessageBean) - Method in class org.exoplatform.chat.model.ReportBean
- addNotification(String, String, String, String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- addNotification(String, String, String, String, String, String, String) - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- addNotification(String, String, String, String, String, String, String) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- addNotification(String, String, String, String, String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- addNotification(String, String, String, String, String, String, String, String) - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- addNotification(String, String, String, String, String, String, String, String) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- addQuestion(String) - Method in class org.exoplatform.chat.model.ReportBean
- addTask(TaskBean) - Method in class org.exoplatform.chat.model.ReportBean
- addTeamRoom(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- addTeamRoom(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- addTeamRoom(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- addTeamUsers(String, List<String>) - Method in class org.exoplatform.chat.services.UserServiceImpl
- addUser(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- addUser(String, String) - Method in class org.exoplatform.chat.services.mongodb.TokenMongoService
- addUser(String, String) - Method in class org.exoplatform.chat.services.TokenServiceImpl
- addUser(String, String) - Method in interface org.exoplatform.chat.services.TokenStorage
- addUser(UserBean) - Method in class org.exoplatform.chat.model.ReportBean
- addUserEmail(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- addUserEmail(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- addUserEmail(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- addUserFullName(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- addUserFullName(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- addUserFullName(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- addUserFullNameAndEmail(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
B
- BR - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
C
- canCreate(BayeuxServer, ServerSession, String, ServerMessage) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux.EXoSecurityPolicy
- canHandshake(BayeuxServer, ServerSession, ServerMessage) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux.EXoSecurityPolicy
- canPublish(BayeuxServer, ServerSession, ServerChannel, ServerMessage) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux.EXoSecurityPolicy
- canSubscribe(BayeuxServer, ServerSession, ServerChannel, ServerMessage) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux.EXoSecurityPolicy
- CATEGORY - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- CATEGORY_ID - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- ChatAuthenticationFilter - Class in org.exoplatform.chat.filter
-
Filter which handles the authentication token.
- ChatAuthenticationFilter() - Constructor for class org.exoplatform.chat.filter.ChatAuthenticationFilter
- ChatAuthenticationFilter.ChatHttpServletRequestWrapper - Class in org.exoplatform.chat.filter
-
HttpServletRequest wrapper which add the token in the parameters and the query string
- ChatDataStorage - Interface in org.exoplatform.chat.services
- ChatHttpServletRequestWrapper(HttpServletRequest, String) - Constructor for class org.exoplatform.chat.filter.ChatAuthenticationFilter.ChatHttpServletRequestWrapper
- ChatMongoDataStorage - Class in org.exoplatform.chat.services.mongodb
- ChatMongoDataStorage() - Constructor for class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- ChatServer - Class in org.exoplatform.chat.server
- ChatServer() - Constructor for class org.exoplatform.chat.server.ChatServer
- ChatServiceImpl - Class in org.exoplatform.chat.services
- ChatServiceImpl() - Constructor for class org.exoplatform.chat.services.ChatServiceImpl
- cleanupNotifications() - Static method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- CLOUD_ID_SEPARATOR - Static variable in class org.exoplatform.chat.server.CometdConfigurationServlet
- COMETD_CHANNEL_NAME - Static variable in class org.exoplatform.chat.services.CometdMessageServiceImpl
- CometdConfigurationServlet - Class in org.exoplatform.chat.server
-
Cometd configuration servlet.
- CometdConfigurationServlet() - Constructor for class org.exoplatform.chat.server.CometdConfigurationServlet
- CometdConfigurationServlet.OortMulticastConfig - Class in org.exoplatform.chat.server
- CometdConfigurationServlet.OortStaticConfig - Class in org.exoplatform.chat.server
-
This class help to workaround issue with eap 6.2 that has not support Websocket transport yet
- CometdMessageServiceImpl - Class in org.exoplatform.chat.services
-
Real time messageing service using Cometd
- CometdMessageServiceImpl() - Constructor for class org.exoplatform.chat.services.CometdMessageServiceImpl
- CometdService - Class in org.exoplatform.chat.server
-
This service is used to receive all Cometd messages and then publish the messages to the right clients.
- CometdService() - Constructor for class org.exoplatform.chat.server.CometdService
- configure() - Method in class org.exoplatform.chat.services.GuiceModule
- configureCloud(ServletConfig, Oort) - Method in class org.exoplatform.chat.server.CometdConfigurationServlet.OortMulticastConfig
- configureCloud(ServletConfig, Oort) - Method in class org.exoplatform.chat.server.CometdConfigurationServlet.OortStaticConfig
- ConnectionHelper - Class in org.exoplatform.chat.services.mongodb.utils
-
This class provide a simple helper method to parse mongodb server addresses
- ConnectionHelper() - Constructor for class org.exoplatform.chat.services.mongodb.utils.ConnectionHelper
- ConnectionManager - Class in org.exoplatform.chat.listener
- ConnectionManager() - Constructor for class org.exoplatform.chat.listener.ConnectionManager
- CONTENT - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- contextDestroyed(ServletContextEvent) - Method in class org.exoplatform.chat.listener.ConnectionManager
- contextDestroyed(ServletContextEvent) - Method in class org.exoplatform.chat.listener.GuiceManager
- contextDestroyed(ServletContextEvent) - Method in class org.exoplatform.chat.listener.SchedulerManager
- contextInitialized(ServletContextEvent) - Method in class org.exoplatform.chat.listener.ConnectionManager
- contextInitialized(ServletContextEvent) - Method in class org.exoplatform.chat.listener.GuiceManager
- contextInitialized(ServletContextEvent) - Method in class org.exoplatform.chat.listener.SchedulerManager
D
- DATA_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- DEFAULT_ENABLED_CHANNELS - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- delete(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- delete(String, String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- delete(String, String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- delete(String, String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- deleteTeamRoom(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- deleteTeamRoom(String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
-
Delete a Team Room by its corresponding ID.
Nothing happen if :
the roomId doesn't exists the roomId doesn't correspond to a Team Room the specified user is not the owner of the Team Room - deleteTeamRoom(String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- deleteTeamRoom(String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- deleteUser(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- deleteUser(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- deleteUser(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- deleteUser(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- destroy() - Method in class org.exoplatform.chat.filter.ChatAuthenticationFilter
- DISPLAY_NAME - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- dispose() - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.chat.filter.ChatAuthenticationFilter
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
E
- edit(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- edit(String, String, String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- edit(String, String, String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- edit(String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- EMAIL - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- EMPTY_STRING - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- ENABLED_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- ensureIndexes() - Method in class org.exoplatform.chat.services.mongodb.MongoBootstrap
- ensureIndexes(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- ensureIndexesInRoom(String) - Method in class org.exoplatform.chat.services.mongodb.MongoBootstrap
- EVENT_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- execute(JobExecutionContext) - Method in class org.exoplatform.chat.services.mongodb.NotificationCleanupJob
- EXoContinuationBayeux - Class in org.exoplatform.chat.server
-
Created by The eXo Platform SAS.
- EXoContinuationBayeux(TokenService) - Constructor for class org.exoplatform.chat.server.EXoContinuationBayeux
-
Default constructor.
- EXoContinuationBayeux.EXoSecurityPolicy - Class in org.exoplatform.chat.server
- EXoSecurityPolicy(EXoContinuationBayeux) - Constructor for class org.exoplatform.chat.server.EXoContinuationBayeux.EXoSecurityPolicy
F
- FALSE - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- FAVORITE_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- FAVORITES - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- FAVORITES - Static variable in class org.exoplatform.chat.services.upgrade.FavoritesMigrationService
- FavoritesMigrationService - Class in org.exoplatform.chat.services.upgrade
-
Service to migrate users favorites to their new pattern: * 1:1 rooms : username to roomId * team rooms : team-{roomId} to roomId * team rooms : space-{roomId} to roomId
- FavoritesMigrationService() - Constructor for class org.exoplatform.chat.services.upgrade.FavoritesMigrationService
- fill(BasicDBList, List<UserBean>) - Method in class org.exoplatform.chat.model.ReportBean
- FILTER_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- forceNew() - Static method in class org.exoplatform.chat.listener.ConnectionManager
- forceNew() - Static method in class org.exoplatform.chat.listener.GuiceManager
- forceNew(Module) - Static method in class org.exoplatform.chat.listener.GuiceManager
- FROM - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- FROM_TIMESTAMP_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- FULLNAME - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- FULLNAME - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
G
- getActiveUsersCount(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getActiveUsersFilterBy(String, List<String>, boolean, boolean, boolean, int) - Method in class org.exoplatform.chat.services.mongodb.TokenMongoService
- getActiveUsersFilterBy(String, List<String>, boolean, boolean, boolean, int) - Method in class org.exoplatform.chat.services.TokenServiceImpl
- getActiveUsersFilterBy(String, List<String>, boolean, boolean, boolean, int) - Method in interface org.exoplatform.chat.services.TokenStorage
- getAsHtml(String, String, Locale) - Method in class org.exoplatform.chat.model.ReportBean
- getAttendees() - Method in class org.exoplatform.chat.model.ReportBean
- getCreator(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getCurrentUserLanguage(String) - Static method in class org.exoplatform.chat.server.ChatServer
-
Gets platform language of current user.
- getDB() - Method in class org.exoplatform.chat.services.mongodb.MongoBootstrap
- getDB(String) - Method in class org.exoplatform.chat.services.mongodb.MongoBootstrap
- getEvents() - Method in class org.exoplatform.chat.model.ReportBean
- getExistingRooms(String, boolean, boolean, NotificationService, TokenService) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getExistingRooms(String, boolean, boolean, NotificationService, TokenService) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getExistingRooms(String, boolean, boolean, NotificationService, TokenService) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getExternalRoom(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getExternalRoom(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getExternalRoom(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getExternalValue(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getExternalValue(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getFiles() - Method in class org.exoplatform.chat.model.ReportBean
- getFilteredList(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getInstance() - Static method in class org.exoplatform.chat.listener.ConnectionManager
- getInstance() - Static method in class org.exoplatform.chat.listener.GuiceManager
- getLinks() - Method in class org.exoplatform.chat.model.ReportBean
- getMeetingNotes(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getMessage(String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getMessage(String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getMessage(String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getMessages() - Method in class org.exoplatform.chat.model.ReportBean
- getMigrationStatus() - Method in class org.exoplatform.chat.services.upgrade.FavoritesMigrationService
- getMongoServerAdresses() - Static method in class org.exoplatform.chat.services.mongodb.utils.ConnectionHelper
- getNumberOfMessages() - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getNumberOfMessages() - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getNumberOfMessages() - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getNumberOfNotifications() - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- getNumberOfNotifications() - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- getNumberOfNotifications() - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- getNumberOfRooms() - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getNumberOfRooms() - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getNumberOfRooms() - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getNumberOfUnreadNotifications() - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- getNumberOfUnreadNotifications() - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- getNumberOfUnreadNotifications() - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- getNumberOfUsers() - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getNumberOfUsers() - Method in interface org.exoplatform.chat.services.UserDataStorage
- getNumberOfUsers() - Method in class org.exoplatform.chat.services.UserServiceImpl
- getParameter(String) - Method in class org.exoplatform.chat.filter.ChatAuthenticationFilter.ChatHttpServletRequestWrapper
- getParameterMap() - Method in class org.exoplatform.chat.filter.ChatAuthenticationFilter.ChatHttpServletRequestWrapper
- getParameterNames() - Method in class org.exoplatform.chat.filter.ChatAuthenticationFilter.ChatHttpServletRequestWrapper
- getQueryString() - Method in class org.exoplatform.chat.filter.ChatAuthenticationFilter.ChatHttpServletRequestWrapper
- getQuestions() - Method in class org.exoplatform.chat.model.ReportBean
- getResourceBundleLabel(Locale, String) - Static method in class org.exoplatform.chat.server.ChatServer
-
Get the ressource bundle label.
- getRoom(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getRoom(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getRoom(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getRoom(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getRoom(List<String>) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getRoom(List<String>) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getRoom(List<String>) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getRooms(String, String, boolean, boolean, boolean, boolean, boolean, NotificationService, TokenService) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getRooms(String, List<String>, String, boolean, boolean, boolean, boolean, boolean, int, NotificationService, TokenService) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getRooms(String, List<String>, String, boolean, boolean, boolean, boolean, boolean, int, NotificationService, TokenService) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getRooms(String, List<String>, String, boolean, boolean, boolean, boolean, boolean, int, NotificationService, TokenService) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getSetting(String) - Method in class org.exoplatform.chat.services.mongodb.SettingMongoDataStorage
- getSetting(String) - Method in interface org.exoplatform.chat.services.SettingDataStorage
- getSpaceRoom(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getSpaceRoom(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getSpaceRoom(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getSpaceRoomByName(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getSpaceRoomByName(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getSpaceRoomByName(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getSpaces(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getSpaces(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getSpaces(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getStatus(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getStatus(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getStatus(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getStatus(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getTasks() - Method in class org.exoplatform.chat.model.ReportBean
- getTeamCreator(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getTeamCreator(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getTeamCreator(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getTeamRoom(String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getTeamRoom(String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getTeamRoom(String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getTeamRoomById(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
-
Retrieve a Room by its ID
- getTeamRoomById(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getTeamRoomById(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getTeamRoomByName(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
-
Return rooms by name
- getTeamRoomByName(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getTeamRoomsByName(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getTeams(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getTeams(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getTeams(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getToken(String) - Method in class org.exoplatform.chat.services.mongodb.TokenMongoService
- getToken(String) - Method in class org.exoplatform.chat.services.TokenServiceImpl
- getTypeRoomChat(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- getTypeRoomChat(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getTypeRoomChat(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- getUnreadNotifications(String, UserService) - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- getUnreadNotifications(String, UserService) - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- getUnreadNotifications(String, UserService) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- getUnreadNotifications(String, UserService, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- getUnreadNotifications(String, UserService, String, String, String) - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- getUnreadNotifications(String, UserService, String, String, String) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- getUnreadNotificationsTotal(String) - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- getUnreadNotificationsTotal(String) - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- getUnreadNotificationsTotal(String) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- getUnreadNotificationsTotal(String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- getUnreadNotificationsTotal(String, String, String, String) - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- getUnreadNotificationsTotal(String, String, String, String) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- getUser(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUser(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUser(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUser(String, boolean) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUser(String, boolean) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUser(String, boolean) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUserDesktopNotificationSettings(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getUserDesktopNotificationSettings(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUserDesktopNotificationSettings(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUserDesktopNotificationSettings(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUserFullName(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getUserFullName(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUserFullName(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUserFullName(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUserRooms(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- getUserRooms(String, List<String>, String, int, int, NotificationService, TokenService) - Method in interface org.exoplatform.chat.services.ChatDataStorage
-
Get all the rooms of the with pagination
- getUserRooms(String, List<String>, String, int, int, NotificationService, TokenService) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getUserRooms(String, List<String>, String, int, int, NotificationService, TokenService) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
-
This will load all user rooms with pagination
- getUserRooms(String, List<String>, String, int, int, NotificationService, TokenService, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
-
Get all the rooms of the with pagination
- getUserRooms(String, List<String>, String, int, int, NotificationService, TokenService, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- getUserRooms(String, List<String>, String, int, int, NotificationService, TokenService, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
-
This will load all user rooms with pagination
- getUsers(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUsers(String, boolean) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUsers(String, String, int) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUsers(String, String, int) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUsers(String, String, int) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUsers(String, List<String>, String, int, boolean) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUsers(String, List<String>, String, int, boolean) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUsers(String, List<String>, String, int, boolean) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUsersCount(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUsersCount(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUsersCount(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUsersCount(String, String, boolean) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUsersCount(String, String, boolean) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUsersFilterBy(String, String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUsersFilterBy(String, String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUsersFilterBy(String, String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUsersInRoomChatOneToOne(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- getUsersInRoomChatOneToOne(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- getUsersInRoomChatOneToOne(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- getUserToken(String) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
- getWikiPageContent(String, String) - Method in class org.exoplatform.chat.model.ReportBean
- GROUP_ID - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- GuiceManager - Class in org.exoplatform.chat.listener
- GuiceManager() - Constructor for class org.exoplatform.chat.listener.GuiceManager
- GuiceModule - Class in org.exoplatform.chat.services
- GuiceModule() - Constructor for class org.exoplatform.chat.services.GuiceModule
H
- hasUserWithToken(String, String) - Method in class org.exoplatform.chat.services.mongodb.TokenMongoService
- hasUserWithToken(String, String) - Method in class org.exoplatform.chat.services.TokenServiceImpl
- hasUserWithToken(String, String) - Method in interface org.exoplatform.chat.services.TokenStorage
I
- ID - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- ID - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- ID - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- ID - Static variable in class org.exoplatform.chat.services.upgrade.FavoritesMigrationService
- index(HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- init() - Method in class org.exoplatform.chat.server.CometdConfigurationServlet
- init(FilterConfig) - Method in class org.exoplatform.chat.filter.ChatAuthenticationFilter
- init(ServletConfig) - Method in class org.exoplatform.chat.server.ChatServer
- init(ServletConfig) - Method in class org.exoplatform.chat.server.CometdConfigurationServlet
- initCappedCollection(String, int) - Method in class org.exoplatform.chat.services.mongodb.MongoBootstrap
- initDB(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- IS_DELETED - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- IS_DELETED - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- IS_DELETED_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- IS_DEMO_USER - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- IS_ENABLED - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- IS_ENABLED - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- IS_ENABLED - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- IS_ENABLED_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- IS_EXTERNAL - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- IS_EXTERNAL - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- IS_EXTERNAL_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- IS_SUPPORT_ADMIN - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- IS_SYSTEM - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- IS_SYSTEM_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- IS_TEXT_ONLY_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- isAdmin(String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- isAdmin(String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- isAdmin(String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- isDemoUser(String) - Method in class org.exoplatform.chat.services.TokenServiceImpl
- isFavorite(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- isFavorite(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- isFavorite(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- isFavorite(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- isMemberOfRoom(String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
-
Check if an user is member of a room
- isPresent(String) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
- isRoomEnabled(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- isRoomEnabled(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- isRoomEnabled(String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- isRoomEnabled(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- isRoomSilentForUser(String, String) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- isSubscribed(String, String) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
L
- LAST_UPDATED_TIMESTAMP - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- LIMIT_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- logout(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
M
- M_NOTIFICATIONS - Static variable in interface org.exoplatform.chat.services.NotificationDataStorage
- M_ROOM_PREFIX - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- M_ROOMS_COLLECTION - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- M_ROOMS_COLLECTION - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- M_SETTINGS_COLLECTION - Static variable in class org.exoplatform.chat.services.mongodb.SettingMongoDataStorage
- M_USERS_COLLECTION - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- M_USERS_COLLECTION - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- MEETING_STARTED - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- MEETING_STARTED - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- MESSAGE - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- MESSAGE_ID_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- MESSAGE_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- MESSAGES - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- MESSAGES_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- MIME_TYPE_JSON - Static variable in class org.exoplatform.chat.server.ChatServer
- MIME_TYPE_TEXT - Static variable in class org.exoplatform.chat.server.ChatServer
- MongoBootstrap - Class in org.exoplatform.chat.services.mongodb
- MongoBootstrap() - Constructor for class org.exoplatform.chat.services.mongodb.MongoBootstrap
N
- NAME - Static variable in class org.exoplatform.chat.services.mongodb.SettingMongoDataStorage
- newBayeuxServer() - Method in class org.exoplatform.chat.server.CometdConfigurationServlet
- newOort(BayeuxServer, String) - Method in class org.exoplatform.chat.server.CometdConfigurationServlet.OortMulticastConfig
- newOort(BayeuxServer, String) - Method in class org.exoplatform.chat.server.CometdConfigurationServlet.OortStaticConfig
- newServerAnnotationProcessor(BayeuxServer) - Method in class org.exoplatform.chat.server.CometdConfigurationServlet
- NOTIF_CONDITION_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- NOTIF_CONDITION_TYPE_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- NOTIF_MANNER_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- notification(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- NotificationCleanupJob - Class in org.exoplatform.chat.services.mongodb
- NotificationCleanupJob() - Constructor for class org.exoplatform.chat.services.mongodb.NotificationCleanupJob
- NotificationDataStorage - Interface in org.exoplatform.chat.services
- NotificationMongoDataStorage - Class in org.exoplatform.chat.services.mongodb
- NotificationMongoDataStorage() - Constructor for class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- NOTIFICATIONS_SETTINGS - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- NotificationServiceImpl - Class in org.exoplatform.chat.services
- NotificationServiceImpl() - Constructor for class org.exoplatform.chat.services.NotificationServiceImpl
O
- OFFSET_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- ONLINE_ONLY_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- ONLINE_USERS_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- onMessageReceived(ServerSession, ServerMessage) - Method in class org.exoplatform.chat.server.CometdService
-
This method receives all the websocket messages sent to the channel COMETD_CHANNEL_NAME and process them accordingly to their type
- OORT_CONFIG_TYPE - Static variable in class org.exoplatform.chat.server.CometdConfigurationServlet
- OORT_STATIC - Static variable in class org.exoplatform.chat.server.CometdConfigurationServlet
- OortMulticastConfig() - Constructor for class org.exoplatform.chat.server.CometdConfigurationServlet.OortMulticastConfig
- OortStaticConfig() - Constructor for class org.exoplatform.chat.server.CometdConfigurationServlet.OortStaticConfig
- OPTIONS - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- OPTIONS - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- OPTIONS_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- org.exoplatform.chat.filter - package org.exoplatform.chat.filter
- org.exoplatform.chat.listener - package org.exoplatform.chat.listener
- org.exoplatform.chat.model - package org.exoplatform.chat.model
- org.exoplatform.chat.server - package org.exoplatform.chat.server
- org.exoplatform.chat.services - package org.exoplatform.chat.services
- org.exoplatform.chat.services.mongodb - package org.exoplatform.chat.services.mongodb
- org.exoplatform.chat.services.mongodb.utils - package org.exoplatform.chat.services.mongodb.utils
- org.exoplatform.chat.services.upgrade - package org.exoplatform.chat.services.upgrade
P
- PASSPHRASE_DOESN_T_MATCH_MESSAGE - Static variable in class org.exoplatform.chat.server.ChatServer
- PASSPHRASE_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- PORTAL_URI_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- PREFERRED_NOTIFICATION - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- PREFERRED_NOTIFICATION_TRIGGER - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- PREFERRED_ROOM_NOTIFICATION_TRIGGER - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- PREFIX - Static variable in class org.exoplatform.chat.server.CometdConfigurationServlet
- PRETTY_NAME - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- processMigration() - Method in class org.exoplatform.chat.services.upgrade.FavoritesMigrationService
R
- read(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- read(String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- read(String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- read(String, boolean, Long) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- read(String, boolean, Long) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- read(String, boolean, Long, Long, int) - Method in interface org.exoplatform.chat.services.ChatDataStorage
-
Read messages from room from a dedicated timestamp to another with limit.
- read(String, boolean, Long, Long, int) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- read(String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- read(String, String, boolean, Long) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- read(String, String, boolean, Long, Long, int) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- RealTimeMessageService - Interface in org.exoplatform.chat.services
-
Interface for real time messaging service
- removed(ServerSession, ServerMessage, boolean) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux.EXoSecurityPolicy
- removeFavorite(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- removeFavorite(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- removeFavorite(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- removeTeamUsers(String, List<String>) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- removeTeamUsers(String, List<String>) - Method in interface org.exoplatform.chat.services.UserDataStorage
- removeTeamUsers(String, List<String>) - Method in class org.exoplatform.chat.services.UserServiceImpl
- removeUserToken(String, String) - Method in class org.exoplatform.chat.services.mongodb.TokenMongoService
- removeUserToken(String, String) - Method in class org.exoplatform.chat.services.TokenServiceImpl
- removeUserToken(String, String) - Method in interface org.exoplatform.chat.services.TokenStorage
- ReportBean - Class in org.exoplatform.chat.model
- ReportBean(ResourceBundle) - Constructor for class org.exoplatform.chat.model.ReportBean
- ROOM - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- ROOM_ID - Static variable in class org.exoplatform.chat.server.ChatServer
- ROOM_ID - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- ROOM_NOTIF_TRIGGER_WHEN_KEY_WORD - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- ROOM_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- ROOM_TYPE_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
S
- save(String, String, String, String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- save(String, String, String, String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- save(String, String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- saveTeamRoom(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- SchedulerManager - Class in org.exoplatform.chat.listener
- SchedulerManager() - Constructor for class org.exoplatform.chat.listener.SchedulerManager
- SchedulerService - Class in org.exoplatform.chat.services
- SchedulerService() - Constructor for class org.exoplatform.chat.services.SchedulerService
- send(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- sendBroadcastMessage(String, Object, String) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
- SENDER_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- sendMeetingNotes(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- sendMessage(String, String, Object, String) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
-
Send data to a individual client.
- sendMessage(RealTimeMessageBean, String) - Method in class org.exoplatform.chat.services.CometdMessageServiceImpl
- sendMessage(RealTimeMessageBean, String) - Method in interface org.exoplatform.chat.services.RealTimeMessageService
- sendMessage(RealTimeMessageBean, List<String>) - Method in class org.exoplatform.chat.services.CometdMessageServiceImpl
- sendMessage(RealTimeMessageBean, List<String>) - Method in interface org.exoplatform.chat.services.RealTimeMessageService
- sendMessageToAll(RealTimeMessageBean) - Method in class org.exoplatform.chat.services.CometdMessageServiceImpl
- sendMessageToAll(RealTimeMessageBean) - Method in interface org.exoplatform.chat.services.RealTimeMessageService
- SESSION_ID_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- setAsAdmin(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setAsAdmin(String, boolean) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setAsAdmin(String, boolean) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setAsAdmin(String, boolean) - Method in class org.exoplatform.chat.services.UserServiceImpl
- setBayeux(BayeuxServer) - Method in class org.exoplatform.chat.services.CometdMessageServiceImpl
- setBayeux(BayeuxServer) - Method in interface org.exoplatform.chat.services.RealTimeMessageService
- setCloudIDSeparator(String) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
- setEnabledUser(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setEnabledUser(String, Boolean) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setEnabledUser(String, Boolean) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setEnabledUser(String, Boolean) - Method in class org.exoplatform.chat.services.UserServiceImpl
- setExternal(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setExternalUser(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setExternalUser(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setExternalUser(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setExternalUser(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- setMigrationStatus(FavoritesMigrationService.FavoritesMigrationStatus) - Method in class org.exoplatform.chat.services.upgrade.FavoritesMigrationService
- setNotificationsAsRead(String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- setNotificationsAsRead(String, String, String, String) - Method in interface org.exoplatform.chat.services.NotificationDataStorage
- setNotificationsAsRead(String, String, String, String) - Method in class org.exoplatform.chat.services.NotificationServiceImpl
- setNotificationSettings(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setNotificationTrigger(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setNotificationTrigger(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setNotificationTrigger(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setNotificationTrigger(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
-
This methode is responsible for setting a notification triggers for a specific user available triggers : -mention -even-on-do-not-disturb
- setOort(Oort) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
- setPreferredNotification(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setPreferredNotification(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setPreferredNotification(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setPreferredNotification(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
-
This methode is responsible for setting a notification channel for a specific user available channels : -on-site -desktop -bip
- setRoomEnabled(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setRoomEnabled(String, boolean) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- setRoomEnabled(String, boolean) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- setRoomEnabled(String, boolean) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- setRoomMeetingStatus(String, boolean, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- setRoomMeetingStatus(String, boolean, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- setRoomMeetingStatus(String, boolean, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- setRoomName(String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- setRoomName(String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- setRoomName(String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- setRoomNotificationTrigger(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setRoomNotificationTrigger(String, String, String, String, long) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setRoomNotificationTrigger(String, String, String, String, long) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setRoomNotificationTrigger(String, String, String, String, long) - Method in class org.exoplatform.chat.services.UserServiceImpl
-
This methode is responsible for setting a notification triggers for a specific user in a specific room available triggers : -mention -key-words
- setSeti(Seti) - Method in class org.exoplatform.chat.server.EXoContinuationBayeux
- setSetting(String, String) - Method in class org.exoplatform.chat.services.mongodb.SettingMongoDataStorage
- setSetting(String, String) - Method in interface org.exoplatform.chat.services.SettingDataStorage
- setSpaces(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setSpaces(String, List<SpaceBean>) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setSpaces(String, List<SpaceBean>) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setSpaces(String, List<SpaceBean>) - Method in class org.exoplatform.chat.services.UserServiceImpl
- setStatus(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- setStatus(String, String) - Method in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- setStatus(String, String) - Method in interface org.exoplatform.chat.services.UserDataStorage
- setStatus(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- SettingDataStorage - Interface in org.exoplatform.chat.services
-
Setting data storage
- SettingMongoDataStorage - Class in org.exoplatform.chat.services.mongodb
- SettingMongoDataStorage() - Constructor for class org.exoplatform.chat.services.mongodb.SettingMongoDataStorage
- SHORT_NAME - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- shouldUpdate(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- shutdown() - Method in class org.exoplatform.chat.services.SchedulerService
- SPACE - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- SPACE_ID - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- SPACE_ID_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- SPACES - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- START_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- START_TIME - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- START_TIME - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- START_TIME_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- statistics(HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- STATUS - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- STATUS - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- STATUS_AVAILABLE - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- STATUS_AWAY - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- STATUS_DONOTDISTURB - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- STATUS_INVISIBLE - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- STATUS_NONE - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- STATUS_OFFLINE - Static variable in interface org.exoplatform.chat.services.UserDataStorage
- STATUS_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
T
- TARGET_USER_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- TEAM - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- TEAM_NAME_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- TEAMS - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- TIME_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- TIMESTAMP - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- TIMESTAMP - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- TIMESTAMP - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- TIMESTAMP1 - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- TO_TIMESTAMP_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- toggleFavorite(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- toggleFavorite(String, String) - Method in class org.exoplatform.chat.services.UserServiceImpl
- TOKEN - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- TOKEN_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- TokenMongoService - Class in org.exoplatform.chat.services.mongodb
- TokenMongoService() - Constructor for class org.exoplatform.chat.services.mongodb.TokenMongoService
- TokenServiceImpl - Class in org.exoplatform.chat.services
- TokenServiceImpl() - Constructor for class org.exoplatform.chat.services.TokenServiceImpl
- TokenStorage - Interface in org.exoplatform.chat.services
- TRUE - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- TRUE - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- TRUE - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- TYPE - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- TYPE - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- TYPE - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- TYPE_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
U
- UNIQUE_SESSION_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- UPDATED_MESSAGE - Static variable in class org.exoplatform.chat.server.ChatServer
- updateRoomMeetingStatus(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- updateUnreadMessages(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- updateUnreadTestMessages(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- updateUser(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- URL_REGEX - Static variable in class org.exoplatform.chat.server.CometdConfigurationServlet
- USER - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- USER - Static variable in class org.exoplatform.chat.services.mongodb.NotificationMongoDataStorage
- USER - Static variable in class org.exoplatform.chat.services.mongodb.TokenMongoService
- USER - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- USER - Static variable in class org.exoplatform.chat.services.upgrade.FavoritesMigrationService
- USER_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- UserDataStorage - Interface in org.exoplatform.chat.services
-
User data storage
- UserMongoDataStorage - Class in org.exoplatform.chat.services.mongodb
- UserMongoDataStorage() - Constructor for class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- USERNAME_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- users(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- USERS - Static variable in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- USERS - Static variable in class org.exoplatform.chat.services.mongodb.UserMongoDataStorage
- USERS_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- usersCount(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- UserServiceImpl - Class in org.exoplatform.chat.services
- UserServiceImpl() - Constructor for class org.exoplatform.chat.services.UserServiceImpl
V
- VALUE - Static variable in class org.exoplatform.chat.services.mongodb.SettingMongoDataStorage
W
- whoIsOnline(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.chat.server.ChatServer
- WITH_DETAIL_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- WITH_DETAILS_PARAM - Static variable in class org.exoplatform.chat.server.ChatServer
- write(String, String, String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- write(String, String, String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- write(String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- write(String, String, String, String, String) - Method in interface org.exoplatform.chat.services.ChatDataStorage
- write(String, String, String, String, String) - Method in class org.exoplatform.chat.services.mongodb.ChatMongoDataStorage
- write(String, String, String, String, String, String) - Method in class org.exoplatform.chat.services.ChatServiceImpl
- writeErrorResponse(HttpServletResponse, Exception) - Method in class org.exoplatform.chat.server.ChatServer
- writeErrorResponse(HttpServletResponse, String) - Method in class org.exoplatform.chat.server.ChatServer
- writeErrorResponse(HttpServletResponse, ChatException) - Method in class org.exoplatform.chat.server.ChatServer
- writeJsonResponse(HttpServletResponse, String) - Method in class org.exoplatform.chat.server.ChatServer
- writeJsonResponse(HttpServletResponse, String, int) - Method in class org.exoplatform.chat.server.ChatServer
- writeResponse(HttpServletResponse, String, String, int) - Method in class org.exoplatform.chat.server.ChatServer
- writeTextResponse(HttpServletResponse, String) - Method in class org.exoplatform.chat.server.ChatServer
- writeTextResponse(HttpServletResponse, String, int) - Method in class org.exoplatform.chat.server.ChatServer
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form