com.microstrategy.web.beans.EnumBeanPersistMode |
Possible values for bean persistence mode
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | BeanPersistModeDefault | Do not save the bean | |||||||||
int | BeanPersistModePreferences | Saves the bean based on the User Preferences | |||||||||
int | BeanPersistModeRequest | Saves the bean in the request object | |||||||||
int | BeanPersistModeSession | Saves the bean in the session object |
Do not save the bean
Saves the bean based on the User Preferences
Saves the bean in the request object
Saves the bean in the session object