Uses of Class
org.bonitasoft.web.client.model.CustomUser
-
Packages that use CustomUser Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of CustomUser in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type CustomUser Modifier and Type Method Description List<CustomUser>CustomUserApi. searchCustomUsers(Integer p, Integer c, List<String> f)Finds CustomUsers Finds CustomUsers with pagination params and filters **The filter `userId` is mandatory**List<CustomUser>CustomUserApi. searchCustomUsers(Map<String,Object> 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. -
Uses of CustomUser in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return CustomUser Modifier and Type Method Description CustomUserCustomUser. definitionId(CustomUserDefinition definitionId)CustomUserCustomUser. userId(String userId)CustomUserCustomUser. value(String value)
-