com.sap.ip.collaboration.room.api

Class RoomExtensionParameter

java.lang.Object
  extended by com.sap.ip.collaboration.room.api.RoomExtensionParameter

public class RoomExtensionParameter
extends Object

Class defining parameter ids for extension parameters. The parameters enclose room properties like the "roomId" and values that are results of actions like "add user to room". Extension points of the room provide these parameters in the global context, so that extension developers can use them for their room extensions. E.g. when the extension point "ON_ADD_USERS_TO_ROLES" is processed, the extension developer can expect to find an "IRoomUsers" object describing the modifications in the global context. This object has the id "ROOM_USERS_ID".

Copyright (c) SAP AG 2003


Field Summary
static String ADDED_ROOMROLE_TO_ROOM
           
static String ADDED_USERS_TO_ROOMROLES
           
static String CURRENT_USER
           
static String NEW_OWNER_OF_ROOM
           
static String OLD_OWNER_OF_ROOM
           
static String PRINCIPALS
           
static String REMOVED_ROOMROLE_FROM_ROOM
           
static String REMOVED_USERS_FROM_ROOMROLES
           
static String ROOM_INFO
           
static String ROOM_STATE
           
static String ROOMPART_ID
           
static String ROOMPART_INFO
           
static String ROOMPART_TEMPLATE_ID
           
static String USERS
           
 
Constructor Summary
RoomExtensionParameter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_USER

public static String CURRENT_USER

USERS

public static String USERS

PRINCIPALS

public static String PRINCIPALS

ROOM_INFO

public static String ROOM_INFO

ROOM_STATE

public static final String ROOM_STATE
See Also:
Constant Field Values

ROOMPART_INFO

public static String ROOMPART_INFO

ROOMPART_ID

public static final String ROOMPART_ID
See Also:
Constant Field Values

ROOMPART_TEMPLATE_ID

public static final String ROOMPART_TEMPLATE_ID
See Also:
Constant Field Values

ADDED_ROOMROLE_TO_ROOM

public static final String ADDED_ROOMROLE_TO_ROOM
See Also:
Constant Field Values

ADDED_USERS_TO_ROOMROLES

public static final String ADDED_USERS_TO_ROOMROLES
See Also:
Constant Field Values

OLD_OWNER_OF_ROOM

public static final String OLD_OWNER_OF_ROOM
See Also:
Constant Field Values

NEW_OWNER_OF_ROOM

public static final String NEW_OWNER_OF_ROOM
See Also:
Constant Field Values

REMOVED_USERS_FROM_ROOMROLES

public static final String REMOVED_USERS_FROM_ROOMROLES
See Also:
Constant Field Values

REMOVED_ROOMROLE_FROM_ROOM

public static final String REMOVED_ROOMROLE_FROM_ROOM
See Also:
Constant Field Values
Constructor Detail

RoomExtensionParameter

public RoomExtensionParameter()
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