Package com.microstrategy.webapi
Interface EnumDSSXMLSourceManipulationCommands
-
public interface EnumDSSXMLSourceManipulationCommandsTheEnumDSSXMLSourceManipulationCommandsinterface enumerates all the different source manipulation XML commands. Each value of this interface is used to identify a different XML command.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssSourceManipulationCreatePackageFileXML command number equivalent to creating a package filestatic intDssSourceManipulationMergeFileXML command number equivalent to calling BulkMergeFromFilestatic intDssSourceManipulationReadManifestXML command number for reading manifest information from a Package filestatic intDssSourceManipulationReadManifestFromObjectXML command number for reading manifest information from an objectstatic intDssSourceManipulationReservedNot a source manipulator command numberstatic intDssSourceManipulationSearchReplacePackageXML command number for defining search and replace rulesstatic intDssSourceManipulationUndoMergeFileXML command number equivalent to calling addCreateUndoFilestatic intDssSourceManipulationUpdateSchemaXML command number equivalent to calling UpdateSchema
-
-
-
Field Detail
-
DssSourceManipulationReserved
static final int DssSourceManipulationReserved
Not a source manipulator command number- See Also:
- Constant Field Values
-
DssSourceManipulationMergeFile
static final int DssSourceManipulationMergeFile
XML command number equivalent to calling BulkMergeFromFile- See Also:
- Constant Field Values
-
DssSourceManipulationUpdateSchema
static final int DssSourceManipulationUpdateSchema
XML command number equivalent to calling UpdateSchema- See Also:
- Constant Field Values
-
DssSourceManipulationUndoMergeFile
static final int DssSourceManipulationUndoMergeFile
XML command number equivalent to calling addCreateUndoFile- See Also:
- Constant Field Values
-
DssSourceManipulationCreatePackageFile
static final int DssSourceManipulationCreatePackageFile
XML command number equivalent to creating a package file- See Also:
- Constant Field Values
-
DssSourceManipulationReadManifest
static final int DssSourceManipulationReadManifest
XML command number for reading manifest information from a Package file- See Also:
- Constant Field Values
-
DssSourceManipulationSearchReplacePackage
static final int DssSourceManipulationSearchReplacePackage
XML command number for defining search and replace rules- See Also:
- Constant Field Values
-
DssSourceManipulationReadManifestFromObject
static final int DssSourceManipulationReadManifestFromObject
XML command number for reading manifest information from an object- See Also:
- Constant Field Values
-
-