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) -
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)
-