Uses of Class
org.bonitasoft.web.client.api.FormMappingApi.SearchFormMappingsQueryParams
-
Packages that use FormMappingApi.SearchFormMappingsQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of FormMappingApi.SearchFormMappingsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return FormMappingApi.SearchFormMappingsQueryParams Modifier and Type Method Description FormMappingApi.SearchFormMappingsQueryParamsFormMappingApi.SearchFormMappingsQueryParams. c(Integer value)FormMappingApi.SearchFormMappingsQueryParamsFormMappingApi.SearchFormMappingsQueryParams. f(List<String> value)FormMappingApi.SearchFormMappingsQueryParamsFormMappingApi.SearchFormMappingsQueryParams. o(String value)FormMappingApi.SearchFormMappingsQueryParamsFormMappingApi.SearchFormMappingsQueryParams. p(Integer value)FormMappingApi.SearchFormMappingsQueryParamsFormMappingApi.SearchFormMappingsQueryParams. s(String value)Methods in org.bonitasoft.web.client.api with parameters of type FormMappingApi.SearchFormMappingsQueryParams Modifier and Type Method Description List<FormMapping>FormMappingApi. searchFormMappings(FormMappingApi.SearchFormMappingsQueryParams queryParams)Finds FormMappings Finds FormMappings with pagination params and filters - can filter on `processDefinitionId`,`type` Note, this is equivalent to the othersearchFormMappingsmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<FormMapping>>FormMappingApi. searchFormMappingsWithHttpInfo(FormMappingApi.SearchFormMappingsQueryParams queryParams)Finds FormMappings Finds FormMappings with pagination params and filters - can filter on `processDefinitionId`,`type` Note, this is equivalent to the othersearchFormMappingsthat receives the query parameters as a map, but this one also exposes the Http response headers
-