Interface EnumDSSXMLSourceManipulationCommands


  • public interface EnumDSSXMLSourceManipulationCommands
    The EnumDSSXMLSourceManipulationCommands interface 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 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