Package com.microstrategy.webapi
Interface EnumDSSXMLReportCacheStatus
- 
public interface EnumDSSXMLReportCacheStatusThe interfaceEnumDSSXMLReportCacheStatusenumerates all the constants used to describe the cache status.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlReportCacheStatusDeletedIndicates the cache is deleted.static intDssXmlReportCacheStatusDirtyIndicates the cache is dirtystatic intDssXmlReportCacheStatusExpiredIndicates the cache is expiredstatic intDssXmlReportCacheStatusFiledIndicates the cache has been saved to a filestatic intDssXmlReportCacheStatusInvalidIndicates the cache is invalidstatic intDssXmlReportCacheStatusLoadedIndicates the cache is loadedstatic intDssXmlReportCacheStatusProcessingIndicates the cache in the middle of processingstatic intDssXmlReportCacheStatusProcessPendingIndicates the cache is in pending status during processingstatic intDssXmlReportCacheStatusReadyIndicates the cache in ready status.static intDssXmlReportCacheStatusReservedReserved.static intDssXmlReportCacheStatusResultDirtyIndicates the cache result is dirtystatic intDssXmlReportCacheStatusUpdatedIndicates the cache is updated.static intDssXmlReportCacheStatusUpdatingIndicates the cache is in updating statusstatic intDssXmlReportCacheStatusWaitToRemoveIndicates the cache is waiting to be removed.static intDssXmlReportCacheStatusXMLCacheDirtyIndicates the XML cache is dirty 
 - 
 
- 
- 
Field Detail
- 
DssXmlReportCacheStatusReserved
static final int DssXmlReportCacheStatusReserved
Reserved.- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusReady
static final int DssXmlReportCacheStatusReady
Indicates the cache in ready status.- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusProcessing
static final int DssXmlReportCacheStatusProcessing
Indicates the cache in the middle of processing- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusInvalid
static final int DssXmlReportCacheStatusInvalid
Indicates the cache is invalid- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusExpired
static final int DssXmlReportCacheStatusExpired
Indicates the cache is expired- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusLoaded
static final int DssXmlReportCacheStatusLoaded
Indicates the cache is loaded- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusUpdated
static final int DssXmlReportCacheStatusUpdated
Indicates the cache is updated.- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusDirty
static final int DssXmlReportCacheStatusDirty
Indicates the cache is dirty- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusWaitToRemove
static final int DssXmlReportCacheStatusWaitToRemove
Indicates the cache is waiting to be removed.- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusFiled
static final int DssXmlReportCacheStatusFiled
Indicates the cache has been saved to a file- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusResultDirty
static final int DssXmlReportCacheStatusResultDirty
Indicates the cache result is dirty- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusDeleted
static final int DssXmlReportCacheStatusDeleted
Indicates the cache is deleted.- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusXMLCacheDirty
static final int DssXmlReportCacheStatusXMLCacheDirty
Indicates the XML cache is dirty- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusProcessPending
static final int DssXmlReportCacheStatusProcessPending
Indicates the cache is in pending status during processing- See Also:
 - Constant Field Values
 
 
- 
DssXmlReportCacheStatusUpdating
static final int DssXmlReportCacheStatusUpdating
Indicates the cache is in updating status- See Also:
 - Constant Field Values
 
 
 - 
 
 -