Uses of Class
org.bonitasoft.web.client.api.FormMappingApi.SearchFormMappingsQueryParams
Packages that use FormMappingApi.SearchFormMappingsQueryParams
-
Uses of FormMappingApi.SearchFormMappingsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return FormMappingApi.SearchFormMappingsQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type FormMappingApi.SearchFormMappingsQueryParamsModifier and TypeMethodDescriptionFormMappingApi.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.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