Package com.microstrategy.webapi
Interface EnumDSSXMLMDUpdateCommands
-
public interface EnumDSSXMLMDUpdateCommands
This enumeration specifies the commands that can be used when invoking theWebMDUpdateSource#update(int)
method.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlMDUpdateConvertDICubeToEmmaCube
Command to DI cubes to Emma cubesstatic int
DssXmlMDUpdateConvertObjectsDefinitionToLeanFormat
Command to migrate all objects in the configuration or project to the lean serialization formatstatic int
DssXmlMDUpdateCurrentVersion
Command to retrieve the latest hardcoded MD version from the IServerstatic int
DssXmlMDUpdateNeedUpdate
Command to determine whether the MD should be updated and to retrieve the current version of the MD that the IServer is pointing tostatic int
DssXmlMDUpdateReserved
Not usedstatic int
DssXmlMDUpdateUnifyDSSystemObjects
Command to unify Distribution Services system objectsstatic int
DssXmlMDUpdateUpdate
Command to update the entire MDstatic int
DssXmlMDUpdateUpdateDBInstances
Command to Update DB instancesstatic int
DssXmlMDUpdateUpdateDefns
Command to update report and document definitionsstatic int
DssXmlMDUpdateUpdateDocDefns
Deprecated.useDssXmlMDUpdateUpdateDefns
insteadstatic int
DssXmlMDUpdateUpdateDSObjects
Command to Update DS Objectsstatic int
DssXmlMDUpdateUpdateEKM
Command to Update MD Objects encrypted by KeyManagerstatic int
DssXmlMDUpdateUpdateHistoryListSchedules
Command to update only the History List schedules in the MDstatic int
DssXmlMDUpdateUpdateMDXSourceObjects
Command to update only the MDX sources within the MDstatic int
DssXmlMDUpdateUpdatePrivileges
Command to update only the Privileges within the MDstatic int
DssXmlMDUpdateUpdatePrivilegesIncrmental
Command to update privileges incrementallystatic int
DssXmlMDUpdateUpdateReportDefns
Deprecated.useDssXmlMDUpdateUpdateDefns
insteadstatic int
DssXmlMDUpdateUpdateSecurityModel
Command to update only the Security Model of the MDstatic int
DssXmlMDUpdateUpdateTranslations
Command to update only the Translation objects within the MDstatic int
DssXmlMDUpdateUpdateUnifySystemObjects
Command to unify system object IDsstatic int
DssXmlMDUpdateUpdateXDAExtendedTypes
Command to update all objects with an XDAType property to populate their ExtendedType property
-
-
-
Field Detail
-
DssXmlMDUpdateReserved
static final int DssXmlMDUpdateReserved
Not used- See Also:
- Constant Field Values
-
DssXmlMDUpdateCurrentVersion
static final int DssXmlMDUpdateCurrentVersion
Command to retrieve the latest hardcoded MD version from the IServer- See Also:
- Constant Field Values
-
DssXmlMDUpdateNeedUpdate
static final int DssXmlMDUpdateNeedUpdate
Command to determine whether the MD should be updated and to retrieve the current version of the MD that the IServer is pointing to- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdate
static final int DssXmlMDUpdateUpdate
Command to update the entire MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateSecurityModel
static final int DssXmlMDUpdateUpdateSecurityModel
Command to update only the Security Model of the MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateDocDefns
static final int DssXmlMDUpdateUpdateDocDefns
Deprecated.useDssXmlMDUpdateUpdateDefns
insteadCommand to update only the Doucment definitions in the MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateHistoryListSchedules
static final int DssXmlMDUpdateUpdateHistoryListSchedules
Command to update only the History List schedules in the MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateTranslations
static final int DssXmlMDUpdateUpdateTranslations
Command to update only the Translation objects within the MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateMDXSourceObjects
static final int DssXmlMDUpdateUpdateMDXSourceObjects
Command to update only the MDX sources within the MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateReportDefns
static final int DssXmlMDUpdateUpdateReportDefns
Deprecated.useDssXmlMDUpdateUpdateDefns
insteadCommand to update only the Report definitions in the MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdatePrivileges
static final int DssXmlMDUpdateUpdatePrivileges
Command to update only the Privileges within the MD- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateDefns
static final int DssXmlMDUpdateUpdateDefns
Command to update report and document definitions- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateUnifySystemObjects
static final int DssXmlMDUpdateUpdateUnifySystemObjects
Command to unify system object IDs- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdatePrivilegesIncrmental
static final int DssXmlMDUpdateUpdatePrivilegesIncrmental
Command to update privileges incrementally
-
DssXmlMDUpdateUpdateXDAExtendedTypes
static final int DssXmlMDUpdateUpdateXDAExtendedTypes
Command to update all objects with an XDAType property to populate their ExtendedType property- See Also:
- Constant Field Values
-
DssXmlMDUpdateConvertObjectsDefinitionToLeanFormat
static final int DssXmlMDUpdateConvertObjectsDefinitionToLeanFormat
Command to migrate all objects in the configuration or project to the lean serialization format- See Also:
- Constant Field Values
-
DssXmlMDUpdateUnifyDSSystemObjects
static final int DssXmlMDUpdateUnifyDSSystemObjects
Command to unify Distribution Services system objects- See Also:
- Constant Field Values
-
DssXmlMDUpdateConvertDICubeToEmmaCube
static final int DssXmlMDUpdateConvertDICubeToEmmaCube
Command to DI cubes to Emma cubes- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateDSObjects
static final int DssXmlMDUpdateUpdateDSObjects
Command to Update DS Objects- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateDBInstances
static final int DssXmlMDUpdateUpdateDBInstances
Command to Update DB instances- See Also:
- Constant Field Values
-
DssXmlMDUpdateUpdateEKM
static final int DssXmlMDUpdateUpdateEKM
Command to Update MD Objects encrypted by KeyManager- See Also:
- Constant Field Values
-
-