Package com.microstrategy.webapi
Interface EnumDSSXMLServerCommand
- 
public interface EnumDSSXMLServerCommandThis enum file defines the server commands used to create the scheduled maintenance. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXMLCmdBatchLDAPImportBatch LDAP Import commandstatic intDssXMLCmdCacheAdminDelete Caches / Invalidate Caches / Purge Element Cachesstatic intDssXMLCmdCloseProjectUnload Project commandstatic intDssXMLCmdCubeAdminActivate / Deactivate / Delete / Update Intelligent Cubesstatic intDssXMLCmdGetJobsGet jobs commandstatic intDssXMLCmdHistoryListAdminClean History List Database / Delete History List Messagesstatic intDssXMLCmdIdleProjectIdle Project commandstatic intDssXMLCmdLoadLicenseTelemetryInitial load of license telemetrystatic intDssXMLCmdLoadObjectTelemetryInitial load of object telemetrystatic intDssXMLCmdNewsStandDeliver Newsstand Push Notificationsstatic intDssXMLCmdObjectServerGarbageCollectDelete Unused Managed Objectsstatic intDssXMLCmdOpenProjectLoad Project commandstatic intDssXMLCmdPurgeStatisticsPurge Statistics commandstatic intDssXMLCmdReservedReservedstatic intDssXMLCmdResumeProjectResume Project command 
 - 
 
- 
- 
Field Detail
- 
DssXMLCmdReserved
static final int DssXMLCmdReserved
Reserved- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdGetJobs
static final int DssXMLCmdGetJobs
Get jobs command- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdOpenProject
static final int DssXMLCmdOpenProject
Load Project command- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdCloseProject
static final int DssXMLCmdCloseProject
Unload Project command- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdIdleProject
static final int DssXMLCmdIdleProject
Idle Project command- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdResumeProject
static final int DssXMLCmdResumeProject
Resume Project command- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdCacheAdmin
static final int DssXMLCmdCacheAdmin
Delete Caches / Invalidate Caches / Purge Element Caches- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdHistoryListAdmin
static final int DssXMLCmdHistoryListAdmin
Clean History List Database / Delete History List Messages- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdObjectServerGarbageCollect
static final int DssXMLCmdObjectServerGarbageCollect
Delete Unused Managed Objects- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdBatchLDAPImport
static final int DssXMLCmdBatchLDAPImport
Batch LDAP Import command- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdPurgeStatistics
static final int DssXMLCmdPurgeStatistics
Purge Statistics command- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdCubeAdmin
static final int DssXMLCmdCubeAdmin
Activate / Deactivate / Delete / Update Intelligent Cubes- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdNewsStand
static final int DssXMLCmdNewsStand
Deliver Newsstand Push Notifications- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdLoadLicenseTelemetry
static final int DssXMLCmdLoadLicenseTelemetry
Initial load of license telemetry- See Also:
 - Constant Field Values
 
 
- 
DssXMLCmdLoadObjectTelemetry
static final int DssXMLCmdLoadObjectTelemetry
Initial load of object telemetry- See Also:
 - Constant Field Values
 
 
 - 
 
 -