Package com.microstrategy.webapi
Interface EnumDSSXMLChangeJournalCommandType
-
public interface EnumDSSXMLChangeJournalCommandType
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlChangeJournalCommandDisableSpecifies a CJ command type to disable change journalstatic intDssXmlChangeJournalCommandEnableSpecifies a CJ command type to enable change journalstatic intDssXmlChangeJournalCommandPurgeSpecifies a CJ command type that execute purgestatic intDssXmlChangeJournalCommandQuerySpecifies a CJ command type that execute a querystatic intDssXmlChangeJournalCommandReservedReserved
-
-
-
Field Detail
-
DssXmlChangeJournalCommandReserved
static final int DssXmlChangeJournalCommandReserved
Reserved- See Also:
- Constant Field Values
-
DssXmlChangeJournalCommandQuery
static final int DssXmlChangeJournalCommandQuery
Specifies a CJ command type that execute a query- See Also:
- Constant Field Values
-
DssXmlChangeJournalCommandEnable
static final int DssXmlChangeJournalCommandEnable
Specifies a CJ command type to enable change journal- See Also:
- Constant Field Values
-
DssXmlChangeJournalCommandDisable
static final int DssXmlChangeJournalCommandDisable
Specifies a CJ command type to disable change journal- See Also:
- Constant Field Values
-
DssXmlChangeJournalCommandPurge
static final int DssXmlChangeJournalCommandPurge
Specifies a CJ command type that execute purge- See Also:
- Constant Field Values
-
-