Uses of Class
org.bonitasoft.web.client.api.ProcessApi.SearchProcessesQueryParams
-
Packages that use ProcessApi.SearchProcessesQueryParams Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of ProcessApi.SearchProcessesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessApi.SearchProcessesQueryParams Modifier and Type Method Description ProcessApi.SearchProcessesQueryParamsProcessApi.SearchProcessesQueryParams. c(Integer value)ProcessApi.SearchProcessesQueryParamsProcessApi.SearchProcessesQueryParams. f(List<String> value)ProcessApi.SearchProcessesQueryParamsProcessApi.SearchProcessesQueryParams. o(String value)ProcessApi.SearchProcessesQueryParamsProcessApi.SearchProcessesQueryParams. p(Integer value)ProcessApi.SearchProcessesQueryParamsProcessApi.SearchProcessesQueryParams. s(String value) -
Uses of ProcessApi.SearchProcessesQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type ProcessApi.SearchProcessesQueryParams Modifier and Type Method Description List<ProcessDefinition>ProcessService. searchProcesses(ProcessApi.SearchProcessesQueryParams params) -
Uses of ProcessApi.SearchProcessesQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type ProcessApi.SearchProcessesQueryParams Modifier and Type Method Description List<ProcessDefinition>DefaultProcessService. searchProcesses(ProcessApi.SearchProcessesQueryParams params)
-