com.sap.ip.collaboration.room.api

Interface IRoomUsageUser


public interface 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).


Method Summary
 String getRoomId()
           
 long getTimeStamp()
           
 String getUserId()
           
 int getVisits()
           
 

Method Detail

getRoomId

String getRoomId()
Returns:
String the room id

getUserId

String getUserId()
Returns:
String the user id

getVisits

int getVisits()
Returns:
long the number of visits

getTimeStamp

long getTimeStamp()
Returns:
long the time since when the visits were counted
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-COLL [sap.com] tc/kmc/coll/room api EP-KM-CRS


Copyright 2011 SAP AG Complete Copyright Notice