Package com.microstrategy.webapi
Interface EnumDSSXMLMDUpdateCommands
- 
public interface EnumDSSXMLMDUpdateCommandsThis 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 intDssXmlMDUpdateConvertDICubeToEmmaCubeCommand to DI cubes to Emma cubesstatic intDssXmlMDUpdateConvertObjectsDefinitionToLeanFormatCommand to migrate all objects in the configuration or project to the lean serialization formatstatic intDssXmlMDUpdateCurrentVersionCommand to retrieve the latest hardcoded MD version from the IServerstatic intDssXmlMDUpdateNeedUpdateCommand to determine whether the MD should be updated and to retrieve the current version of the MD that the IServer is pointing tostatic intDssXmlMDUpdateReservedNot usedstatic intDssXmlMDUpdateUnifyDSSystemObjectsCommand to unify Distribution Services system objectsstatic intDssXmlMDUpdateUpdateCommand to update the entire MDstatic intDssXmlMDUpdateUpdateDBInstancesCommand to Update DB instancesstatic intDssXmlMDUpdateUpdateDefnsCommand to update report and document definitionsstatic intDssXmlMDUpdateUpdateDocDefnsDeprecated.useDssXmlMDUpdateUpdateDefnsinsteadstatic intDssXmlMDUpdateUpdateDSObjectsCommand to Update DS Objectsstatic intDssXmlMDUpdateUpdateEKMCommand to Update MD Objects encrypted by KeyManagerstatic intDssXmlMDUpdateUpdateHistoryListSchedulesCommand to update only the History List schedules in the MDstatic intDssXmlMDUpdateUpdateMDXSourceObjectsCommand to update only the MDX sources within the MDstatic intDssXmlMDUpdateUpdatePrivilegesCommand to update only the Privileges within the MDstatic intDssXmlMDUpdateUpdatePrivilegesIncrmentalCommand to update privileges incrementallystatic intDssXmlMDUpdateUpdateReportDefnsDeprecated.useDssXmlMDUpdateUpdateDefnsinsteadstatic intDssXmlMDUpdateUpdateSecurityModelCommand to update only the Security Model of the MDstatic intDssXmlMDUpdateUpdateTranslationsCommand to update only the Translation objects within the MDstatic intDssXmlMDUpdateUpdateUnifySystemObjectsCommand to unify system object IDsstatic intDssXmlMDUpdateUpdateXDAExtendedTypesCommand 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
@Deprecated static final int DssXmlMDUpdateUpdateDocDefns
Deprecated.useDssXmlMDUpdateUpdateDefnsinsteadCommand 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
@Deprecated static final int DssXmlMDUpdateUpdateReportDefns
Deprecated.useDssXmlMDUpdateUpdateDefnsinsteadCommand 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
 
 
 - 
 
 -