com.microstrategy.web.beans.EnumParameterType |
This interface is deprecated.
As of 8.0, use the constants in EnumEventElement
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ParameterTypeEventOnly | A flag indicating to include the event parameters only. | |||||||||
int | ParameterTypeSystem | A flag indicating to include the event and source URL name in the generated URL link and hidden inputs. | |||||||||
int | ParameterTypeUserAll | A flag indicating to exclude in the URL link and hidden inputs all parameters. | |||||||||
int | ParameterTypeUserNonNull | A flag indicating to exclude in the URL link and hidden inputs those parameters whose value is null. |
A flag indicating to include the event parameters only. It does not return the state of all. the beans.
A flag indicating to include the event and source URL name in the generated URL link and hidden inputs.
A flag indicating to exclude in the URL link and hidden inputs all parameters.
A flag indicating to exclude in the URL link and hidden inputs those parameters whose value is null.