|
Interface Summary |
| IRoom |
Public Interface describing a single collaboration room object
The Room API contains functionality concerning one single room object whereas
the Rooms API provides methods concerning all rooms (searching, creation,
instantiation...).
|
| IRoomCategory |
Interface describing a room category.
|
| IRoomCategoryFactory |
Interface describing the factory for room categories.
|
| IRoomGroups |
|
| IRoomInfo |
Interface describing a snapshot of a collaboration room
There are two Interfaces describing a collaboration room: IRoom
and this one (IRoomInfo). |
| IRoomInfoReader |
|
| IRoomProps |
Interface providing technical properties of the room backend system.
|
| IRooms |
Public Interface of the Rooms API
The Rooms API provides methods concerning all rooms (searching, creation,
instantiation...) whereas the Room API contains functionality concerning one
single room object.
|
| IRoomStatusEvent |
Represents a room status event. |
| IRoomUsage |
Contains result data for room usage queries (the room id, the time since when the visits were counted,
the total number of visits and the number of different users who visited the room in that time). |
| IRoomUsageUser |
Contains result data from room usage queries per user
(the room id, the user id, the time since when the visits were counted and the number of visits of the user to the room). |
| IRoomUsers |
Interface describing a snapshot of the current user-role assignments in a
room.
|
| IUserRoles |
Interface describing the role assignments of a single user. |