Interface EnumBeanPersistMode


  • public interface EnumBeanPersistMode
    Possible values for bean persistence mode
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • 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