Package com.microstrategy.webapi
Interface EnumDSSXMLReportCacheStatus
-
public interface EnumDSSXMLReportCacheStatus
The interfaceEnumDSSXMLReportCacheStatus
enumerates all the constants used to describe the cache status.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlReportCacheStatusDeleted
Indicates the cache is deleted.static int
DssXmlReportCacheStatusDirty
Indicates the cache is dirtystatic int
DssXmlReportCacheStatusExpired
Indicates the cache is expiredstatic int
DssXmlReportCacheStatusFiled
Indicates the cache has been saved to a filestatic int
DssXmlReportCacheStatusInvalid
Indicates the cache is invalidstatic int
DssXmlReportCacheStatusLoaded
Indicates the cache is loadedstatic int
DssXmlReportCacheStatusProcessing
Indicates the cache in the middle of processingstatic int
DssXmlReportCacheStatusProcessPending
Indicates the cache is in pending status during processingstatic int
DssXmlReportCacheStatusReady
Indicates the cache in ready status.static int
DssXmlReportCacheStatusReserved
Reserved.static int
DssXmlReportCacheStatusResultDirty
Indicates the cache result is dirtystatic int
DssXmlReportCacheStatusUpdated
Indicates the cache is updated.static int
DssXmlReportCacheStatusUpdating
Indicates the cache is in updating statusstatic int
DssXmlReportCacheStatusWaitToRemove
Indicates the cache is waiting to be removed.static int
DssXmlReportCacheStatusXMLCacheDirty
Indicates 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
-
-