Package com.microstrategy.webapi
Interface EnumDSSXMLSessionFlags
-
public interface EnumDSSXMLSessionFlags
This interface defines the enumeration constants used to specify the session flags about how to manage Inbox in 3-tier or 4-tier mode.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssSessionDoNotImportUser
static int
DssXmlSessionBypassClustering
Specifies a session flag to direct the API to ignore load balancing when creating the session.static int
DssXmlSessionCancelActiveJobsOnClose
Specifies a session flag to cancel all active jobs when the session is closed.static int
DssXmlSessionChangePwdOnCreate
Specifies a session flag to change password upon session creation.static int
DssXmlSessionCheckWebCache
Specifies a session flag to check the Web server cache first before running this report against the server.static int
DssXmlSessionDeleteReadMsgsOnClose
Specifies a session flag to delete all read messages when session is closed.static int
DssXmlSessionDeleteUnreadMsgsOnClose
Specifies a session flag to delete all unread messages when session is closed.static int
DssXmlSessionFBAppLogin
static int
DssXmlSessionKeepPromptJobOnClose
Specifies a session flag to not cancel waiting-for-prompt and saved-in-history-list jobs when closing the sessionstatic int
DssXmlSessionPreserveFlags
Specifies a session flag to preserve the session flags on the creation of the current session and do not overwrite them when session is closed.static int
DssXmlSessionRequestJWT
Specifies a session flag to use to create a JWT when creating the session.static int
DssXmlSessionUseWebCacheOnly
Specifies a session flag to use the Web server cache only or return error if the cache is not found.
-
-
-
Field Detail
-
DssXmlSessionCancelActiveJobsOnClose
static final int DssXmlSessionCancelActiveJobsOnClose
Specifies a session flag to cancel all active jobs when the session is closed.- See Also:
- Constant Field Values
-
DssXmlSessionKeepPromptJobOnClose
static final int DssXmlSessionKeepPromptJobOnClose
Specifies a session flag to not cancel waiting-for-prompt and saved-in-history-list jobs when closing the session- See Also:
- Constant Field Values
-
DssXmlSessionDeleteReadMsgsOnClose
static final int DssXmlSessionDeleteReadMsgsOnClose
Specifies a session flag to delete all read messages when session is closed.- See Also:
- Constant Field Values
-
DssXmlSessionDeleteUnreadMsgsOnClose
static final int DssXmlSessionDeleteUnreadMsgsOnClose
Specifies a session flag to delete all unread messages when session is closed.- See Also:
- Constant Field Values
-
DssXmlSessionBypassClustering
static final int DssXmlSessionBypassClustering
Specifies a session flag to direct the API to ignore load balancing when creating the session. This flag is typically not used and can have performance implications, hence use it with care.- See Also:
- Constant Field Values
-
DssXmlSessionChangePwdOnCreate
static final int DssXmlSessionChangePwdOnCreate
Specifies a session flag to change password upon session creation.- See Also:
- Constant Field Values
-
DssXmlSessionPreserveFlags
static final int DssXmlSessionPreserveFlags
Specifies a session flag to preserve the session flags on the creation of the current session and do not overwrite them when session is closed.- See Also:
- Constant Field Values
-
DssXmlSessionCheckWebCache
static final int DssXmlSessionCheckWebCache
Specifies a session flag to check the Web server cache first before running this report against the server.- See Also:
- Constant Field Values
-
DssXmlSessionUseWebCacheOnly
static final int DssXmlSessionUseWebCacheOnly
Specifies a session flag to use the Web server cache only or return error if the cache is not found.- See Also:
- Constant Field Values
-
DssXmlSessionRequestJWT
static final int DssXmlSessionRequestJWT
Specifies a session flag to use to create a JWT when creating the session.- See Also:
- Constant Field Values
-
DssXmlSessionFBAppLogin
static final int DssXmlSessionFBAppLogin
- See Also:
- Constant Field Values
-
DssSessionDoNotImportUser
static final int DssSessionDoNotImportUser
- See Also:
- Constant Field Values
-
-