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