Interface EnumParameterType


  • public interface EnumParameterType
    Deprecated.
    As of 8.0, use the constants in EnumEventElement.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ParameterTypeEventOnly
      Deprecated.
      A flag indicating to include the event parameters only.
      static int ParameterTypeSystem
      Deprecated.
      A flag indicating to include the event and source URL name in the generated URL link and hidden inputs.
      static int ParameterTypeUserAll
      Deprecated.
      A flag indicating to exclude in the URL link and hidden inputs all parameters.
      static int ParameterTypeUserNonNull
      Deprecated.
      A flag indicating to exclude in the URL link and hidden inputs those parameters whose value is null.
    • Field Detail

      • ParameterTypeSystem

        static final int ParameterTypeSystem
        Deprecated.
        A flag indicating to include the event and source URL name in the generated URL link and hidden inputs.
        See Also:
        Constant Field Values
      • ParameterTypeUserNonNull

        static final int ParameterTypeUserNonNull
        Deprecated.
        A flag indicating to exclude in the URL link and hidden inputs those parameters whose value is null.
        See Also:
        Constant Field Values
      • ParameterTypeUserAll

        static final int ParameterTypeUserAll
        Deprecated.
        A flag indicating to exclude in the URL link and hidden inputs all parameters.
        See Also:
        Constant Field Values
      • ParameterTypeEventOnly

        static final int ParameterTypeEventOnly
        Deprecated.
        A flag indicating to include the event parameters only. It does not return the state of all. the beans.
        See Also:
        Constant Field Values