| Package | Description |
|---|---|
| com.sap.ip.collaboration.room.api | |
| com.sap.ip.collaboration.room.api.trexsearch |
| Modifier and Type | Method and Description |
|---|---|
IRoom |
IRooms.createRoom(IRoomInfo info,
boolean sendNotifications)
Create a new room
To create a new room you first have to call
getRoomCreationInfo(), fill the info object with properties and then call
the createRoom(IRoomInfo) method. |
IRoom[] |
IRooms.getAllRoomsForUser(IUser user)
Get an Array containing ALL rooms a specific user is allowed to enter (all
rooms in which the user is member of any room role).
|
IRoom |
IRooms.getRoom(String roomId)
Get a room instance from a room ID
|
IRoom |
IRooms.getRoomFromRID(String roomRID)
Get a room instance from a room RID
|
IRoom[] |
IRooms.getRoomsForUser(IUser user,
boolean hiddenFlag)
Get only hidden or unhidden rooms a specific user is allowed to enter.
|
IRoom[] |
IRooms.getRoomsWithPrivacy(RoomPrivacyType type)
Get an Array containing all rooms with a specific privacy (Community,
Listed Room, Unlisted Room).
|
| Modifier and Type | Method and Description |
|---|---|
IRoom[] |
IRoomsSearch.getSearchResultAsRooms(int startRow,
int numberOfRows)
If
searchRooms() has not been called before this method
performs the search and returns the requested search results as instances of
IRoom |
Copyright 2021 SAP SE Complete Copyright Notice