com.microstrategy.webapi.EnumDSSXMLParserActionFlags |
This interface defines the enumeration constants used to specify the parser actions.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlParserActionNewObject | Create a new metric. | |||||||||
int | DssXmlParserActionNone | Default behavior. | |||||||||
int | DssXmlParserActionOpenForEdit | Open the metric for edit. | |||||||||
int | DssXmlParserActionOverwrite | Overwrite the existing metric with the same name. | |||||||||
int | DssXmlParserActionSave | Save the metric. | |||||||||
int | DssXmlParserActionSaveAs | SaveAs the metric. | |||||||||
int | DssXmlParserActionValidate | Validate the expression. |
Create a new metric.
Default behavior. May be used when getting a metric definition.
Open the metric for edit.
Overwrite the existing metric with the same name.
Save the metric.
SaveAs the metric.
Validate the expression.