Interface EnumWebStateFlags


  • public interface EnumWebStateFlags
    Bit wise flags used for state generation.
    Since:
    MicroStrategy Web 9.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STATE_FLAG_CHANGE_COMPARISON
      Specifies to build the state for comparison to determine whether the component has changed.
      static int STATE_FLAG_DEFAULT
      Specifies to use the default state building logic.
      static int STATE_FLAG_FOR_URL
      Specifies to build the state with URL size limitation
    • Field Detail

      • STATE_FLAG_DEFAULT

        static final int STATE_FLAG_DEFAULT
        Specifies to use the default state building logic.
        See Also:
        Constant Field Values
      • STATE_FLAG_CHANGE_COMPARISON

        static final int STATE_FLAG_CHANGE_COMPARISON
        Specifies to build the state for comparison to determine whether the component has changed.
        See Also:
        Constant Field Values
      • STATE_FLAG_FOR_URL

        static final int STATE_FLAG_FOR_URL
        Specifies to build the state with URL size limitation
        See Also:
        Constant Field Values