Uses of Class
org.bonitasoft.web.client.model.CustomUser
Packages that use CustomUser
-
Uses of CustomUser in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type CustomUserModifier and TypeMethodDescriptionCustomUserApi.searchCustomUsers(Integer p, Integer c, List<String> f) Finds CustomUsers Finds CustomUsers with pagination params and filters **The filter `userId` is mandatory**CustomUserApi.searchCustomUsers(CustomUserApi.SearchCustomUsersQueryParams queryParams) Finds CustomUsers Finds CustomUsers with pagination params and filters **The filter `userId` is mandatory** Note, this is equivalent to the othersearchCustomUsersmethod, but with the query parameters collected into a single Map parameter.CustomUserApi.searchCustomUsersWithHttpInfo(Integer p, Integer c, List<String> f) Finds CustomUsers Similar tosearchCustomUsersbut it also returns the http response headers .CustomUserApi.searchCustomUsersWithHttpInfo(CustomUserApi.SearchCustomUsersQueryParams queryParams) Finds CustomUsers Finds CustomUsers with pagination params and filters **The filter `userId` is mandatory** Note, this is equivalent to the othersearchCustomUsersthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of CustomUser in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return CustomUser