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)Methods in org.bonitasoft.web.client.api with parameters of type ProcessApi.SearchProcessesQueryParams Modifier and Type Method Description List<ProcessDefinition>ProcessApi. searchProcesses(ProcessApi.SearchProcessesQueryParams queryParams)Finds Processes Finds Processes with pagination params and filters - can order (default is ASC) on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState`, `configurationState`, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label` - can search on `name`, `displayName` or `version` - can filter on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState` with the value DISABLED or ENABLED, `configurationState` with the value UNRESOLVED, or RESOLVED, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label`, `supervisor_id` Note, this is equivalent to the othersearchProcessesmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<ProcessDefinition>>ProcessApi. searchProcessesWithHttpInfo(ProcessApi.SearchProcessesQueryParams queryParams)Finds Processes Finds Processes with pagination params and filters - can order (default is ASC) on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState`, `configurationState`, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label` - can search on `name`, `displayName` or `version` - can filter on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState` with the value DISABLED or ENABLED, `configurationState` with the value UNRESOLVED, or RESOLVED, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label`, `supervisor_id` Note, this is equivalent to the othersearchProcessesthat receives the query parameters as a map, but this one also exposes the Http response headers -
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)
-