|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRoom | |
| com.sap.ip.collaboration.room.api | |
| Uses of IRoom in com.sap.ip.collaboration.room.api |
| Methods in com.sap.ip.collaboration.room.api that return IRoom | |
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.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.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.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). |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||