Uses of Class
org.bonitasoft.web.client.model.CustomUserValue
Packages that use CustomUserValue
-
Uses of CustomUserValue in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type CustomUserValueModifier and TypeMethodDescriptionCustomUserValueApi.searchCustomUserValues(Integer p, Integer c, List<String> f) Finds CustomUserValues Finds CustomUserValues with pagination params and filters You can filter on `userId`, `value`, `definitionId`CustomUserValueApi.searchCustomUserValues(CustomUserValueApi.SearchCustomUserValuesQueryParams 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.CustomUserValueApi.searchCustomUserValuesWithHttpInfo(Integer p, Integer c, List<String> f) Finds CustomUserValues Similar tosearchCustomUserValuesbut it also returns the http response headers .CustomUserValueApi.searchCustomUserValuesWithHttpInfo(CustomUserValueApi.SearchCustomUserValuesQueryParams 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