| Package | Description |
|---|---|
| com.sap.ip.collaboration.room.api |
| Modifier and Type | Method and Description |
|---|---|
IRoomUsage[] |
IRooms.getLeastVisitedRooms(int listLength,
long timeStamp)
Returns a list of the least visited rooms since the time given by timeStamp,
ordered ascendingly by the number of visits.
|
IRoomUsage[] |
IRooms.getMostVisitedRooms(int listLength,
long timeStamp)
Returns a list of the most visited rooms since the time given by timeStamp,
ordered descendingly by the number of visits.
|
IRoomUsage[] |
IRooms.getVisitedRooms(int listLength,
long timeStamp,
boolean includeMarked,
boolean ascendingOrder)
Returns a list of the rooms visited since the time given by timeStamp,
ordered by the number of visits depending on ascendingOrder parameter.
|
Copyright 2021 SAP SE Complete Copyright Notice