Uses of Class
org.bonitasoft.web.client.api.UserApi.SearchUsersQueryParams
-
Packages that use UserApi.SearchUsersQueryParams Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of UserApi.SearchUsersQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return UserApi.SearchUsersQueryParams Modifier and Type Method Description UserApi.SearchUsersQueryParamsUserApi.SearchUsersQueryParams. c(Integer value)UserApi.SearchUsersQueryParamsUserApi.SearchUsersQueryParams. f(List<String> value)UserApi.SearchUsersQueryParamsUserApi.SearchUsersQueryParams. o(String value)UserApi.SearchUsersQueryParamsUserApi.SearchUsersQueryParams. p(Integer value)UserApi.SearchUsersQueryParamsUserApi.SearchUsersQueryParams. s(String value)Methods in org.bonitasoft.web.client.api with parameters of type UserApi.SearchUsersQueryParams Modifier and Type Method Description List<User>UserApi. 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.ApiResponse<List<User>>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 Modifier and Type Method Description List<User>UserService. searchUsers(UserApi.SearchUsersQueryParams params) -
Uses of UserApi.SearchUsersQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type UserApi.SearchUsersQueryParams Modifier and Type Method Description List<User>DefaultUserService. searchUsers(UserApi.SearchUsersQueryParams params)
-