Uses of Class
org.bonitasoft.web.client.api.RoleApi.SearchRolesQueryParams
Packages that use RoleApi.SearchRolesQueryParams
Package
Description
-
Uses of RoleApi.SearchRolesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return RoleApi.SearchRolesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type RoleApi.SearchRolesQueryParamsModifier and TypeMethodDescriptionRoleApi.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.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 -
Uses of RoleApi.SearchRolesQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type RoleApi.SearchRolesQueryParamsModifier and TypeMethodDescriptionDefaultUserService.searchRoles(RoleApi.SearchRolesQueryParams params)