Interface RWDCache
- 
- 
Method SummaryAll 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.CachegetCacheSourceID, 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- 
getExportFormatint getExportFormat() Returns the export format- Returns:
- the export format
 
 - 
getVersionjava.lang.String getVersion() Returns the version ID- Returns:
- the version ID
 
 - 
getCubeIDsjava.lang.String[] getCubeIDs() Returns the array of cube IDs used by this document- Returns:
- the array of cube IDs used by this document
 
 - 
getCacheIDsjava.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
 
 - 
getMdLocalejava.util.Locale getMdLocale() Returns the metadata locale- Returns:
 
 - 
getGroupByjava.lang.String getGroupBy() Returns the current group by- Returns:
- the current group by
 
 - 
getLayoutFlagsjava.lang.String getLayoutFlags() Returns the RWD layout flags- Returns:
- the RWD layout flags
 
 - 
getJobIDint getJobID() Returns the ID of the job that executed this document- Returns:
- the ID of the job that executed this document
 
 - 
getSessionIDjava.lang.String getSessionID() Returns the session ID- Returns:
- the session ID
 
 - 
getHostNamejava.lang.String getHostName() Returns the host name of RWD cache location- Returns:
- the host name of RWD cache location
 
 - 
getLastLoadTimejava.util.Date getLastLoadTime() Returns the RWD cache last load time- Returns:
- the RWD cache last load time
 
 - 
getFileNamejava.lang.String getFileName() Returns the RWD cache file name- Returns:
- the RWD cache file name
 
 - 
getDataLocalejava.util.Locale getDataLocale() Returns the data locale- Returns:
- the data locale
 
 
- 
 
-