Uses of Class
org.bonitasoft.web.client.model.FormMapping
Packages that use FormMapping
-
Uses of FormMapping in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type FormMappingModifier and TypeMethodDescriptionFinds FormMappings Finds FormMappings with pagination params and filters - can filter on `processDefinitionId`,`type`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.FormMappingApi.searchFormMappingsWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds FormMappings Similar tosearchFormMappingsbut it also returns the http response headers .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 -
Uses of FormMapping in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return FormMappingModifier and TypeMethodDescriptionFormMapping.lastUpdateBy(String lastUpdateBy) FormMapping.lastUpdateDate(String lastUpdateDate) FormMapping.pageMappingKey(String pageMappingKey) FormMapping.processDefinitionId(String processDefinitionId) FormMapping.target(FormMapping.TargetEnum target) FormMapping.type(FormMapping.TypeEnum type)