com.microstrategy.web.beans.EnumUserSearchBeanEvents |
Constants for UserSearchBean
bean events
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ARGUMENT_VALUE_NO | Constant means FALSE for boolean type argument. | |||||||||
String | ARGUMENT_VALUE_YES | // ========================== constants ===================================== /** Constant means TRUE for boolean type argument. | |||||||||
int | USER_SEARCH_ARGUMENT_SEARCH_IS_GROUP_USER | The argument ID for whether searching for group users. | |||||||||
int | USER_SEARCH_ARGUMENT_SEARCH_NAME_PATTERN | Argument ID for name pattern in searching. | |||||||||
int | USER_SEARCH_ARGUMENT_SEARCH_PROJECT_NAME | Argument ID for project name in searching. | |||||||||
int | USER_SEARCH_ARGUMENT_SEARCH_SECURITY_FILTER_DSSID | The argument ID for security filter DSSID in searching. | |||||||||
int | USER_SEARCH_ARGUMENT_SEARCH_SECURITY_ROLE_DSSID | The argument ID for security role DSSID in searching. | |||||||||
int | USER_SEARCH_ARGUMENT_SEARCH_SHOW_RESULT | The argument ID for showing search result. | |||||||||
int | USER_SEARCH_EVENT_SEARCH | Event for search. |
Constant means FALSE for boolean type argument.
// ========================== constants ===================================== /** Constant means TRUE for boolean type argument.
The argument ID for whether searching for group users. The possible value for this argument is
ARGUMENT_VALUE_YES
or ARGUMENT_VALUE_NO
. Missing of this argument means to search
both single user and group user.
Argument ID for name pattern in searching. The value is a string represents the name pattern of the user name.
Argument ID for project name in searching. The value is the project name. Missing of this argument means no restriction in project.
The argument ID for security filter DSSID in searching. Missing of this argument means no restriction in security filter.
The argument ID for security role DSSID in searching. Missing of this argument means no restriction in security filter.
The argument ID for showing search result. It controls whether to show the search criteria only or show both result and criteria. Missing of this argument means not showing result.
Event for search.