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