com.sap.ip.collaboration.room.api

Interface IRoomStatusEvent


public interface IRoomStatusEvent

Represents a room status event. Room status events are written to the database for a number of actions (the list of actions is contained in RoomStatusAction).


Method Summary
 String getId()
          Returns the unique id of this event.
 String getMessage()
          Returns the message string associated with the event.
 RoomStatusAction getRoomAction()
          Returns the room status action associated with the event.
 String getRoomId()
          Returns the id of the room where the event occured.
 String getRoomName()
          Returns the name of the room where the event occured.
 long getTimeStamp()
          Returns the time when the event was created.
 String getUserId()
          The id of the user who caused the event or null.
 

Method Detail

getRoomName

String getRoomName()
Returns the name of the room where the event occured.

Returns:
String the room name

getRoomId

String getRoomId()
Returns the id of the room where the event occured.

Returns:
String the room id

getRoomAction

RoomStatusAction getRoomAction()
Returns the room status action associated with the event.

Returns:
RoomStatusAction the room status action

getTimeStamp

long getTimeStamp()
Returns the time when the event was created.

Returns:
long time stamp when the event occured

getUserId

String getUserId()
The id of the user who caused the event or null. Filled only for ENTER_ROOM events.

Returns:
String the user id

getMessage

String getMessage()
Returns the message string associated with the event.

Returns:
String the message string

getId

String getId()
Returns the unique id of this event.

Returns:
String the unique id
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