Uses of Class
org.bonitasoft.web.client.api.ProfileApi.SearchProfilesQueryParams
Packages that use ProfileApi.SearchProfilesQueryParams
Package
Description
-
Uses of ProfileApi.SearchProfilesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProfileApi.SearchProfilesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ProfileApi.SearchProfilesQueryParamsModifier and TypeMethodDescriptionProfileApi.searchProfiles(ProfileApi.SearchProfilesQueryParams queryParams) Finds Profiles Finds Profiles with pagination params and filters - can search on `name` - can filter on `name`,`hasNavigation` - can order on `name` Note, this is equivalent to the othersearchProfilesmethod, but with the query parameters collected into a single Map parameter.ProfileApi.searchProfilesWithHttpInfo(ProfileApi.SearchProfilesQueryParams queryParams) Finds Profiles Finds Profiles with pagination params and filters - can search on `name` - can filter on `name`,`hasNavigation` - can order on `name` Note, this is equivalent to the othersearchProfilesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of ProfileApi.SearchProfilesQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type ProfileApi.SearchProfilesQueryParamsModifier and TypeMethodDescriptionUserService.searchProfiles(ProfileApi.SearchProfilesQueryParams params) -
Uses of ProfileApi.SearchProfilesQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type ProfileApi.SearchProfilesQueryParamsModifier and TypeMethodDescriptionDefaultUserService.searchProfiles(ProfileApi.SearchProfilesQueryParams params)