Package com.microstrategy.webapi
Interface EnumDSSXMLValidationLevel
-
public interface EnumDSSXMLValidationLevel
This 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 int
DssXmlValidationBadApplyOrder
The resulting report can be executed as a subset of a base report, but the result may not be the one expected.static int
DssXmlValidationFatal
The resulting report can not be executed as a subset of a base report.static int
DssXmlValidationGood
The resulting report can be completely executed as a subset of a base report.static int
DssXmlValidationRecoverable
The 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
-
-