Interface RWDCache
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getCacheIDs()Returns the array of report cache IDs used by this documentjava.lang.String[]getCubeIDs()Returns the array of cube IDs used by this documentjava.util.LocalegetDataLocale()Returns the data localeintgetExportFormat()Returns the export formatjava.lang.StringgetFileName()Returns the RWD cache file namejava.lang.StringgetGroupBy()Returns the current group byjava.lang.StringgetHostName()Returns the host name of RWD cache locationintgetJobID()Returns the ID of the job that executed this documentjava.util.DategetLastLoadTime()Returns the RWD cache last load timejava.lang.StringgetLayoutFlags()Returns the RWD layout flagsjava.util.LocalegetMdLocale()Returns the metadata localejava.lang.StringgetSessionID()Returns the session IDjava.lang.StringgetVersion()Returns the version ID- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.Cache
getCacheSourceID, getCacheSourceName, getConnectionCouples, getCreationTime, getCreator, getDBConnections, getDBLogins, getDBRoles, getExpirationTime, getHistoricHitCount, getHitCount, getID, getLastHitTime, getLastUpdateTime, getLocale, getLoginCouples, getProjectDSSID, getProjectName, getPromptAnswers, getSecurityFilters, getStatus, getType, getUser, hasDetails, size 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExportFormat
int getExportFormat()
Returns the export format- Returns:
 - the export format
 
 
- 
getVersion
java.lang.String getVersion()
Returns the version ID- Returns:
 - the version ID
 
 
- 
getCubeIDs
java.lang.String[] getCubeIDs()
Returns the array of cube IDs used by this document- Returns:
 - the array of cube IDs used by this document
 
 
- 
getCacheIDs
java.lang.String[] getCacheIDs()
Returns the array of report cache IDs used by this document- Returns:
 - the array of report cache IDs used by this document
 
 
- 
getMdLocale
java.util.Locale getMdLocale()
Returns the metadata locale- Returns:
 
 
- 
getGroupBy
java.lang.String getGroupBy()
Returns the current group by- Returns:
 - the current group by
 
 
- 
getLayoutFlags
java.lang.String getLayoutFlags()
Returns the RWD layout flags- Returns:
 - the RWD layout flags
 
 
- 
getJobID
int getJobID()
Returns the ID of the job that executed this document- Returns:
 - the ID of the job that executed this document
 
 
- 
getSessionID
java.lang.String getSessionID()
Returns the session ID- Returns:
 - the session ID
 
 
- 
getHostName
java.lang.String getHostName()
Returns the host name of RWD cache location- Returns:
 - the host name of RWD cache location
 
 
- 
getLastLoadTime
java.util.Date getLastLoadTime()
Returns the RWD cache last load time- Returns:
 - the RWD cache last load time
 
 
- 
getFileName
java.lang.String getFileName()
Returns the RWD cache file name- Returns:
 - the RWD cache file name
 
 
- 
getDataLocale
java.util.Locale getDataLocale()
Returns the data locale- Returns:
 - the data locale
 
 
 - 
 
 -