Uses of Class
org.bonitasoft.web.client.api.RoleApi.SearchRolesQueryParams
-
Packages that use RoleApi.SearchRolesQueryParams Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of RoleApi.SearchRolesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return RoleApi.SearchRolesQueryParams Modifier and Type Method Description RoleApi.SearchRolesQueryParamsRoleApi.SearchRolesQueryParams. c(Integer value)RoleApi.SearchRolesQueryParamsRoleApi.SearchRolesQueryParams. f(List<String> value)RoleApi.SearchRolesQueryParamsRoleApi.SearchRolesQueryParams. o(String value)RoleApi.SearchRolesQueryParamsRoleApi.SearchRolesQueryParams. p(Integer value)RoleApi.SearchRolesQueryParamsRoleApi.SearchRolesQueryParams. s(String value)Methods in org.bonitasoft.web.client.api with parameters of type RoleApi.SearchRolesQueryParams Modifier and Type Method Description List<Role>RoleApi. searchRoles(RoleApi.SearchRolesQueryParams queryParams)Finds Roles Finds Roles with pagination params and filters - can order on `id`, `name` and `displayName` - can filter on `name` and `displayName` Note, this is equivalent to the othersearchRolesmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<Role>>RoleApi. searchRolesWithHttpInfo(RoleApi.SearchRolesQueryParams queryParams)Finds Roles Finds Roles with pagination params and filters - can order on `id`, `name` and `displayName` - can filter on `name` and `displayName` Note, this is equivalent to the othersearchRolesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of RoleApi.SearchRolesQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type RoleApi.SearchRolesQueryParams Modifier and Type Method Description List<Role>UserService. searchRoles(RoleApi.SearchRolesQueryParams params) -
Uses of RoleApi.SearchRolesQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type RoleApi.SearchRolesQueryParams Modifier and Type Method Description List<Role>DefaultUserService. searchRoles(RoleApi.SearchRolesQueryParams params)
-