Uses of Class
org.bonitasoft.web.client.api.UserApi.SearchUsersQueryParams
Packages that use UserApi.SearchUsersQueryParams
Package
Description
-
Uses of UserApi.SearchUsersQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return UserApi.SearchUsersQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type UserApi.SearchUsersQueryParamsModifier and TypeMethodDescriptionUserApi.searchUsers(UserApi.SearchUsersQueryParams queryParams) Finds Users Finds Users with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUsersmethod, but with the query parameters collected into a single Map parameter.UserApi.searchUsersWithHttpInfo(UserApi.SearchUsersQueryParams queryParams) Finds Users Finds Users with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUsersthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of UserApi.SearchUsersQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type UserApi.SearchUsersQueryParams -
Uses of UserApi.SearchUsersQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type UserApi.SearchUsersQueryParamsModifier and TypeMethodDescriptionDefaultUserService.searchUsers(UserApi.SearchUsersQueryParams params)