Interface EnumUserSearchBeanEvents


  • public interface EnumUserSearchBeanEvents
    Constants for UserSearchBean bean events
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • USER_SEARCH_EVENT_SEARCH

        static final int USER_SEARCH_EVENT_SEARCH
        Event for search.
        See Also:
        Constant Field Values
      • USER_SEARCH_ARGUMENT_SEARCH_NAME_PATTERN

        static final int USER_SEARCH_ARGUMENT_SEARCH_NAME_PATTERN
        Argument ID for name pattern in searching. The value is a string represents the name pattern of the user name.
        See Also:
        Constant Field Values
      • USER_SEARCH_ARGUMENT_SEARCH_PROJECT_NAME

        static final int USER_SEARCH_ARGUMENT_SEARCH_PROJECT_NAME
        Argument ID for project name in searching. The value is the project name. Missing of this argument means no restriction in project.
        See Also:
        Constant Field Values
      • USER_SEARCH_ARGUMENT_SEARCH_SECURITY_FILTER_DSSID

        static final int USER_SEARCH_ARGUMENT_SEARCH_SECURITY_FILTER_DSSID
        The argument ID for security filter DSSID in searching. Missing of this argument means no restriction in security filter.
        See Also:
        Constant Field Values
      • USER_SEARCH_ARGUMENT_SEARCH_SECURITY_ROLE_DSSID

        static final int USER_SEARCH_ARGUMENT_SEARCH_SECURITY_ROLE_DSSID
        The argument ID for security role DSSID in searching. Missing of this argument means no restriction in security filter.
        See Also:
        Constant Field Values
      • USER_SEARCH_ARGUMENT_SEARCH_IS_GROUP_USER

        static final int USER_SEARCH_ARGUMENT_SEARCH_IS_GROUP_USER
        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.
        See Also:
        Constant Field Values
      • USER_SEARCH_ARGUMENT_SEARCH_SHOW_RESULT

        static final int USER_SEARCH_ARGUMENT_SEARCH_SHOW_RESULT
        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.
        See Also:
        Constant Field Values
      • ARGUMENT_VALUE_YES

        static final java.lang.String ARGUMENT_VALUE_YES
        // ========================== constants ===================================== /** Constant means TRUE for boolean type argument.
        See Also:
        Constant Field Values
      • ARGUMENT_VALUE_NO

        static final java.lang.String ARGUMENT_VALUE_NO
        Constant means FALSE for boolean type argument.
        See Also:
        Constant Field Values