java.lang.Object | |
↳ | com.microstrategy.web.objects.WebLinkConfigurationCache |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROPERTY_LOCALE_DATE_NUMBER | ||||||||||
String | PROPERTY_LOCALE_INTERFACE | ||||||||||
String | PROPERTY_LOCALE_MD | ||||||||||
String | PROPERTY_LOCALE_MESSAGES | ||||||||||
String | PROPERTY_LOCALE_WHD | ||||||||||
String | PROPERTY_SET_WEB_PREFERENCES | ||||||||||
String | PROPERTY_WEB_PREFERENCE_VALUES |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebPropertyGroup |
getConfigurationProperties(WebIServerSession session)
Returns the properties of the configuration object
| ||||||||||
static WebLinkConfigurationCache |
getInstance()
returns a singleton object representing this cache
NOTE: This cache instance should not be used by any classes other than
the ones defined in the com.microstrategy.web.app or com.microstrategy.web.app.utils package
An UnsupportedOperationException will be thrown for all other clients
There is no guarantee for the support of this class and this might be deprecated in the future
| ||||||||||
WebLinkItem | getProjectItem(WebIServerSession session, String projectName) | ||||||||||
WebLinkItem |
getProjectItem(WebIServerSession session)
Returns a
WebLinkItem for the specific project that this session correspons to | ||||||||||
String[] |
getStopWords(WebIServerSession iServerSession)
Returns Quick Search stop words
| ||||||||||
WebLinkItem |
getUserItem(WebIServerSession session)
Returns a
WebLinkItem for the specific user that this session correspons to | ||||||||||
WebLinkItem |
getUserProjectItem(WebIServerSession session, String projectName)
Returns a
WebLinkItem for the specific user and explicitly specified project | ||||||||||
WebLinkItem |
getUserProjectItem(WebIServerSession session)
Returns a
WebLinkItem for the specific user and project that this session corresponds to | ||||||||||
WebObjectInfo | loadStopWords(WebIServerSession iServerSession) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebObjectInfo | loadConfigurationObject(WebIServerSession iServerSession) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the properties of the configuration object
session | The WebIServerSession for which the configuration object is to be read |
---|
WebPropertyGroup
WebObjectsException |
---|
returns a singleton object representing this cache NOTE: This cache instance should not be used by any classes other than the ones defined in the com.microstrategy.web.app or com.microstrategy.web.app.utils package An UnsupportedOperationException will be thrown for all other clients There is no guarantee for the support of this class and this might be deprecated in the future
WebObjectsException |
---|
Returns a WebLinkItem
for the specific project that this session correspons to
WebLinkItem
for the specific project that this session correspons toWebObjectsException |
---|
Returns Quick Search stop words
iServerSession | a session for which stop words shall be returned |
---|
CacheException |
---|
Returns a WebLinkItem
for the specific user that this session correspons to
WebLinkItem
for the specific user that this session correspons toWebObjectsException |
---|
Returns a WebLinkItem
for the specific user and explicitly specified project
WebLinkItem
for the specific user and projectWebObjectsException | |
WebObjectsException |
Returns a WebLinkItem
for the specific user and project that this session corresponds to
WebLinkItem
for the specific user and project that this session corresponds toWebObjectsException |
---|
CacheException |
---|