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) Get 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.getRoomBySpaceId(String spaceId) 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 roomsMatrixService.getSpaceRoomsBySpaceIds(List<String> spaceIds) Load the list of 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.getDMRoomByRoomId(String roomId) MatrixRoomStorage.getMatrixRoomBySpaceId(String spaceId) MatrixRoomStorage.saveDirectMessagingRoom(String firstParticipantId, String secondParticipantId, String roomId) MatrixRoomStorage.saveRoomForSpace(String spaceId, String roomId) static 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 spacesMatrixRoomStorage.getSpaceRoomsBySpaceIds(List<String> spaceIds) Load the list of space rooms