|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
String |
getAdminRoleName()
Get the name of the admin room role. |
String[] |
getAllRoomParameterNames()
Get all room parameter names of the room |
IRoomParameterValue[] |
getAllRoomParameters()
Get all room parameters of the room |
String[] |
getAllRoomUserIds()
Get the ids of all users of this collaboration room. |
IRoomCategory[] |
getCategories()
Get the categories assigned to the room |
String |
getDescription()
Get the description of the room |
String |
getId()
Get the id of the room |
String |
getInitialRoleName()
Get the name of the initial room role. |
String |
getName()
Get the name of the room |
String |
getOwnerId()
Get the uniqueID of the room owner |
RoomPrivacyType |
getPrivacy()
Get the privacy type of the room (i.e. |
IRoomGroups |
getRoomGroups()
Get an instance of IRoomGroups which contains the IDs of all User Management Groups and PrincipalSets related to this room. |
IRoomParameterValue |
getRoomParameter(String paramName)
Get a specific room parameter |
IRoomUsers |
getRoomUsers()
Get all Users who are member of any room role in this collaboration room. |
String |
getStructureRid()
Get the RID of the structure of the room |
String |
getTemplateDescription()
Get the template description of the room |
String |
getTemplateName()
Get the template name of the room |
IRoomRole[] |
getUserRoles(String userId)
Get the room roles for a specific user in this collaboration room |
boolean |
hasPublicRole()
Check if there is a public role in the room If there is no public role in the room only members of the room have access to the room and its public area. |
| Method Detail |
public String getId()
public String getName()
public String getDescription()
public String getTemplateName()
public String getTemplateDescription()
public String getStructureRid()
public IRoomCategory[] getCategories()
public String getOwnerId()
public RoomPrivacyType getPrivacy()
public String getInitialRoleName()
public String getAdminRoleName()
public boolean hasPublicRole()
public String[] getAllRoomParameterNames()
public IRoomParameterValue[] getAllRoomParameters()
public IRoomParameterValue getRoomParameter(String paramName)
paramName - the name of the room parameter
public IRoomUsers getRoomUsers()
public String[] getAllRoomUserIds()
public IRoomRole[] getUserRoles(String userId)
userId - the uniqueId of the user
IRoomRole containing all room roles
the given user is member of in this room.public IRoomGroups getRoomGroups()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||