Package com.microstrategy.webapi
Interface EnumDSSXMLProjectLoadOption
-
public interface EnumDSSXMLProjectLoadOptionProject Load Option constants- Since:
- MicroStrategy Web 7.5.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssProjectLoadAsynchLoad asynch.static intDssXmlProjectLoadActiveLoad activestatic intDssXmlProjectLoadFullIdleLoad full idlestatic intDssXmlProjectLoadOfflineLoad offline
-
-
-
Field Detail
-
DssXmlProjectLoadActive
static final int DssXmlProjectLoadActive
Load active- See Also:
- Constant Field Values
-
DssXmlProjectLoadFullIdle
static final int DssXmlProjectLoadFullIdle
Load full idle- See Also:
- Constant Field Values
-
DssXmlProjectLoadOffline
static final int DssXmlProjectLoadOffline
Load offline- See Also:
- Constant Field Values
-
DssProjectLoadAsynch
static final int DssProjectLoadAsynch
Load asynch.- See Also:
- Constant Field Values
-
-