Package com.microstrategy.webapi
Interface EnumDSSXMLSessionFlags
- 
 public interface EnumDSSXMLSessionFlagsThis 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 SummaryFields Modifier and Type Field Description static intDssSessionDoNotImportUserstatic intDssXmlSessionBypassClusteringSpecifies a session flag to direct the API to ignore load balancing when creating the session.static intDssXmlSessionCancelActiveJobsOnCloseSpecifies a session flag to cancel all active jobs when the session is closed.static intDssXmlSessionChangePwdOnCreateSpecifies a session flag to change password upon session creation.static intDssXmlSessionCheckWebCacheSpecifies a session flag to check the Web server cache first before running this report against the server.static intDssXmlSessionDeleteReadMsgsOnCloseSpecifies a session flag to delete all read messages when session is closed.static intDssXmlSessionDeleteUnreadMsgsOnCloseSpecifies a session flag to delete all unread messages when session is closed.static intDssXmlSessionFBAppLoginstatic intDssXmlSessionKeepPromptJobOnCloseSpecifies a session flag to not cancel waiting-for-prompt and saved-in-history-list jobs when closing the sessionstatic intDssXmlSessionPreserveFlagsSpecifies 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 intDssXmlSessionRequestJWTSpecifies a session flag to use to create a JWT when creating the session.static intDssXmlSessionUseWebCacheOnlySpecifies a session flag to use the Web server cache only or return error if the cache is not found.
 
- 
- 
- 
Field Detail- 
DssXmlSessionCancelActiveJobsOnClosestatic final int DssXmlSessionCancelActiveJobsOnClose Specifies a session flag to cancel all active jobs when the session is closed.- See Also:
- Constant Field Values
 
 - 
DssXmlSessionKeepPromptJobOnClosestatic 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
 
 - 
DssXmlSessionDeleteReadMsgsOnClosestatic final int DssXmlSessionDeleteReadMsgsOnClose Specifies a session flag to delete all read messages when session is closed.- See Also:
- Constant Field Values
 
 - 
DssXmlSessionDeleteUnreadMsgsOnClosestatic final int DssXmlSessionDeleteUnreadMsgsOnClose Specifies a session flag to delete all unread messages when session is closed.- See Also:
- Constant Field Values
 
 - 
DssXmlSessionBypassClusteringstatic 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
 
 - 
DssXmlSessionChangePwdOnCreatestatic final int DssXmlSessionChangePwdOnCreate Specifies a session flag to change password upon session creation.- See Also:
- Constant Field Values
 
 - 
DssXmlSessionPreserveFlagsstatic 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
 
 - 
DssXmlSessionCheckWebCachestatic 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
 
 - 
DssXmlSessionUseWebCacheOnlystatic 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
 
 - 
DssXmlSessionRequestJWTstatic final int DssXmlSessionRequestJWT Specifies a session flag to use to create a JWT when creating the session.- See Also:
- Constant Field Values
 
 - 
DssXmlSessionFBAppLoginstatic final int DssXmlSessionFBAppLogin - See Also:
- Constant Field Values
 
 - 
DssSessionDoNotImportUserstatic final int DssSessionDoNotImportUser - See Also:
- Constant Field Values
 
 
- 
 
-