Package com.microstrategy.webapi
Interface EnumDSSXMLValidationLevel
- 
public interface EnumDSSXMLValidationLevelThis enumeration class describes the level of validation for a requested manipulation as evaluated by the report services component.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlValidationBadApplyOrderThe resulting report can be executed as a subset of a base report, but the result may not be the one expected.static intDssXmlValidationFatalThe resulting report can not be executed as a subset of a base report.static intDssXmlValidationGoodThe resulting report can be completely executed as a subset of a base report.static intDssXmlValidationRecoverableThe resulting report can be executed as a subset of a base report, but some cells may be empty. 
 - 
 
- 
- 
Field Detail
- 
DssXmlValidationGood
static final int DssXmlValidationGood
The resulting report can be completely executed as a subset of a base report.- See Also:
 - Constant Field Values
 
 
- 
DssXmlValidationRecoverable
static final int DssXmlValidationRecoverable
The resulting report can be executed as a subset of a base report, but some cells may be empty.- See Also:
 - Constant Field Values
 
 
- 
DssXmlValidationFatal
static final int DssXmlValidationFatal
The resulting report can not be executed as a subset of a base report.- See Also:
 - Constant Field Values
 
 
- 
DssXmlValidationBadApplyOrder
static final int DssXmlValidationBadApplyOrder
The resulting report can be executed as a subset of a base report, but the result may not be the one expected.- See Also:
 - Constant Field Values
 
 
 - 
 
 -