Uses of Class
io.meeds.chat.model.Room
Packages that use Room
-
Uses of Room in io.meeds.chat.rest
Methods in io.meeds.chat.rest with parameters of type RoomModifier and TypeMethodDescriptionMatrixRest.createDirectMessagingRoom(jakarta.servlet.http.HttpServletRequest request, Room room) -
Uses of Room in io.meeds.chat.service
Methods in io.meeds.chat.service that return RoomModifier and TypeMethodDescriptionMatrixService.createDirectMessagingRoom(Room directMessagingRoom) MatrixService.enableSpaceChat(org.exoplatform.social.core.space.model.Space space, boolean enable) Enable the chat for the spaceGet a room by its technical IDGet a room by its technical IDMatrixService.getDirectMessagingRoom(String firstParticipant, String secondParticipant) MatrixService.getRoomBySpace(org.exoplatform.social.core.space.model.Space space) Returns the ID of the room linked to a spaceMatrixService.getRoomBySpace(org.exoplatform.social.core.space.model.Space space, boolean includeDisabled) Returns the ID of the room linked to a spaceMatrixService.getRoomBySpaceId(String spaceId) Returns the ID of the room linked to a spaceMatrixService.getRoomBySpaceId(String spaceId, boolean includeDisabled) Returns the ID of the room linked to a spaceMatrixService.linkSpaceToMatrixRoom(org.exoplatform.social.core.space.model.Space space, String roomId) records the matrix ID of the room linked to the spaceMethods in io.meeds.chat.service that return types with arguments of type RoomModifier and TypeMethodDescriptionMatrixService.getMatrixDMRoomsOfUser(String user) MatrixService.getSpaceRooms()Returns a list of all space roomsMethods in io.meeds.chat.service with parameters of type Room -
Uses of Room in io.meeds.chat.storage
Methods in io.meeds.chat.storage that return RoomModifier and TypeMethodDescriptionMatrixRoomStorage.getDirectMessagingRoom(String firstParticipantId, String secondParticipantId) MatrixRoomStorage.getMatrixRoomBySpaceId(String spaceId, boolean includeDisabled) MatrixRoomStorage.saveDirectMessagingRoom(String firstParticipantId, String secondParticipantId, String roomId) MatrixRoomStorage.saveRoomForSpace(String spaceId, String roomId) MatrixRoomStorage.setRoomEnabled(String roomId, RoomStatus status) Enable or disable a roomstatic RoomMatrixRoomStorage.toRoomModel(RoomEntity roomEntity) Converts a RoomEntity to a Room modelMethods in io.meeds.chat.storage that return types with arguments of type RoomModifier and TypeMethodDescriptionMatrixRoomStorage.getMatrixDMRoomsOfUser(String user) MatrixRoomStorage.getSpaceRooms()Get a list of rooms linked to spaces