Package com.microstrategy.web.beans
Interface EnumBeanPersistMode
-
public interface EnumBeanPersistModePossible values for bean persistence mode- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intBeanPersistModeDefaultDo not save the beanstatic intBeanPersistModePreferencesSaves the bean based on the User Preferencesstatic intBeanPersistModeRequestSaves the bean in the request objectstatic intBeanPersistModeSessionSaves the bean in the session object
-
-
-
Field Detail
-
BeanPersistModeDefault
static final int BeanPersistModeDefault
Do not save the bean- See Also:
- Constant Field Values
-
BeanPersistModeRequest
static final int BeanPersistModeRequest
Saves the bean in the request object- See Also:
- Constant Field Values
-
BeanPersistModePreferences
static final int BeanPersistModePreferences
Saves the bean based on the User Preferences- See Also:
- Constant Field Values
-
BeanPersistModeSession
static final int BeanPersistModeSession
Saves the bean in the session object- See Also:
- Constant Field Values
-
-