Uses of Class
org.bonitasoft.web.client.model.CustomUserValue
-
Packages that use CustomUserValue Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of CustomUserValue in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type CustomUserValue Modifier and Type Method Description List<CustomUserValue>CustomUserValueApi. searchCustomUserValues(Integer p, Integer c, List<String> f)Finds CustomUserValues Finds CustomUserValues with pagination params and filters You can filter on `userId`, `value`, `definitionId`List<CustomUserValue>CustomUserValueApi. searchCustomUserValues(Map<String,Object> queryParams)Finds CustomUserValues Finds CustomUserValues with pagination params and filters You can filter on `userId`, `value`, `definitionId` Note, this is equivalent to the othersearchCustomUserValuesmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<CustomUserValue>>CustomUserValueApi. searchCustomUserValuesWithHttpInfo(Integer p, Integer c, List<String> f)Finds CustomUserValues Similar tosearchCustomUserValuesbut it also returns the http response headers .ApiResponse<List<CustomUserValue>>CustomUserValueApi. searchCustomUserValuesWithHttpInfo(Map<String,Object> queryParams)Finds CustomUserValues Finds CustomUserValues with pagination params and filters You can filter on `userId`, `value`, `definitionId` Note, this is equivalent to the othersearchCustomUserValuesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of CustomUserValue in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return CustomUserValue Modifier and Type Method Description CustomUserValueCustomUserValue. definitionId(String definitionId)CustomUserValueCustomUserValue. userId(String userId)CustomUserValueCustomUserValue. value(String value)
-