Interface CacheManipulationFailure
-
- All Superinterfaces:
MonitorManipulationFailure
public interface CacheManipulationFailure extends MonitorManipulationFailure
The interfaceCacheManipulationFailure represents a failure in manipulating a cache.
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getID()
Returns the cache DSSIDjava.lang.String
getProjectDSSID()
Returns the project DSSIDjava.lang.String
getProjectName()
Returns the project name-
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorManipulationFailure
getErrorCode, getMessage, getType
-
-