public interface IRoomProps
IRoomsSystem.getRoomProps()
you will get an instance of IRoomProps. This interface gives you access to
the configuration of the room backend system for use in other applications.| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoSendMail()
Get the cobfiguration flag if the rooms framework should automatically send e-mails.
|
String |
getCatsConfigPlugin()
Get the name of the configuration plugin containing the room categories
|
String |
getExtUrlPort()
Get the Server Port for external room links
|
String |
getExtUrlProtocol()
Get the protocol String for external room links (i.e.
|
String |
getExtUrlServerName()
Get the Server Name for external room links
|
int |
getFlushRetriesCreation()
Get the number of retries when flushing the cRoom index after its creation.
|
int |
getFlushRetriesOther()
Get the number of retries when flushing the cRoom index after any operation
(room owner changed, etc)
|
String |
getIndexId()
Get the ID of the TRex index for rooms
|
String |
getNameSpace()
Get the namespace which is used by the room backend system to create RF
resources and resource properties
|
String |
getPropAdminRole()
Get the name of the room resource property containing the name of the
room role which is used as admin role for users in the room.
|
String |
getPropArchivingState()
Get the name of the room resource property containing the room archiving state.
|
String |
getPropCategories()
Get the name of the room resource property containing the room categories
|
String |
getPropCreationDate()
Get the name of the room resource property containing the room creation
date
|
String |
getPropDesc()
Get the name of the room resource property containing the room description
|
String |
getPropHasPublicRole()
Get the name of the room resource property containing the boolean value
whether the room has a public room role or not.
|
String |
getPropHidden()
Get the name of the room resource property containing the hidden status
of the room
|
String |
getPropId()
Get the name of the room resource property containing the room id
|
String |
getPropInitialRole()
Get the name of the room resource property containing the name of the
room role which is used as initial role for new users in the room.
|
String |
getPropInvalid()
Get the name of the resource property containing the validation status of light room directory html
|
String |
getPropLastVisitDate()
Get the name of the room resource property containing the room last visit
date
|
String |
getPropLock()
Get the name of the room resource property containing the lock status
of the room
|
String |
getPropName()
Get the name of the room resource property containing the room name
|
String |
getPropOIFBased()
Get the name of the room resource property containing the OIF status
of the room
|
String |
getPropOwner()
Get the name of the room resource property containing the room owner
|
String |
getPropOwnerDisplayName()
Get the name of the room resource property containing the displayname of the room owner
|
String |
getPropOwnerFullAccess()
Get the name of the room resource property containing the owner full access
status of the room
|
String |
getPropParamDesc()
Get the prefix of the name of the room resource properties containing the
room parameter descriptions.
|
String |
getPropParamHidden() |
String |
getPropParams()
Get the name of the room resource property containing the names of the room
parameters
|
String |
getPropParamVal()
Get the prefix of the name of the room resource properties containing the
room parameter values.
|
String |
getPropPrivacy()
Get the name of the room resource property containing the room privacy
|
String |
getPropRoleGroupId()
Get the prefix for the room role group property containing the name of the
room role goup in the UM
|
String |
getPropRoleName()
Get the name of the room role group property containing the name of the
room role
|
String |
getPropStoreIds()
Get the name of the room resource property containing the room store ids
|
String |
getPropStructureId()
Get the name of the room resource property containing the room structure
RID
|
String |
getPropTemplateDesc()
Get the name of the room resource property containing the room template
description
|
String |
getPropTemplateName()
Get the name of the room resource property containing the room template
name
|
String |
getPropTemplateVersion() |
String |
getPropVersion()
Get the name of the room resource property containing the room version
|
String |
getRenderingNameSpace()
Get the namespace which is used by the room ui to render rooms
|
String |
getResContextAllowedRoomsList()
Get the name of the resource context parameter holding the list of rooms
the user is allowed to enter
|
String |
getResContextAllRoomsAllowed()
Get the name of the resource context parameter holding the flag whether
a user is allowed to enter ALL rooms in the list
|
String |
getResourceTypeRoom()
Get the resource type of the room resources
|
String |
getResourceTypeTemplate()
Get the resource type of the content template resources
|
String |
getRoomRepositoryPrefix()
Get the repository prefix of the repository containing the room resources
|
String |
getSearchIviewParamStructureRid()
Get the name of the room content search iView parameter for the room structure rid
|
String |
getServiceUser()
Get the name service user used by the room backend system to create/access
room resources
|
String |
getStructureLinkName()
Get the name of the room structure links
|
String |
getStructureRepositoryPrefix()
Get the repository prefix of the repository containing the room structure
resources
|
String |
getUMPrincipleTypeRoomRole()
Get the type of the IPrincipleSets for RoomRoles
|
boolean |
getUseLightRoomdirectory()
Get the cobfiguration flag if Light Room Directory is enabled.
|
boolean |
getUseTrexCache()
Get the configuration flag if TRex cache should be used to find rooms.
|
boolean |
getUseTrexSearch()
Get the configuration flag if TRex search should be used to find rooms.
|
String getCatsConfigPlugin()
String getNameSpace()
String getRenderingNameSpace()
String getResourceTypeRoom()
String getResourceTypeTemplate()
String getUMPrincipleTypeRoomRole()
String getResContextAllRoomsAllowed()
String getResContextAllowedRoomsList()
String getServiceUser()
String getRoomRepositoryPrefix()
String getStructureRepositoryPrefix()
String getStructureLinkName()
String getExtUrlProtocol()
String getExtUrlServerName()
String getExtUrlPort()
String getPropId()
String getPropCreationDate()
String getPropVersion()
String getPropName()
String getPropDesc()
String getPropLock()
String getPropHidden()
String getPropOwnerFullAccess()
String getPropOIFBased()
String getPropTemplateName()
String getPropTemplateDesc()
String getPropTemplateVersion()
String getPropStoreIds()
String getPropStructureId()
String getPropCategories()
String getPropOwner()
String getPropOwnerDisplayName()
String getPropPrivacy()
String getPropInitialRole()
String getPropAdminRole()
String getPropHasPublicRole()
String getPropParams()
String getPropParamDesc()
String getPropParamVal()
String getPropParamHidden()
String getPropRoleName()
String getPropRoleGroupId()
String getPropLastVisitDate()
boolean getUseTrexSearch()
boolean getUseTrexCache()
String getIndexId()
String getSearchIviewParamStructureRid()
String getPropInvalid()
boolean getUseLightRoomdirectory()
boolean getAutoSendMail()
String getPropArchivingState()
int getFlushRetriesCreation()
int getFlushRetriesOther()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-COLL
|
[sap.com] tc/kmc/coll/room
|
api
|
EP-KM-CRS
|
Copyright 2021 SAP SE Complete Copyright Notice