Uses of Class
org.bonitasoft.web.client.api.ProcessApi.SearchProcessesQueryParams
Packages that use ProcessApi.SearchProcessesQueryParams
Package
Description
-
Uses of ProcessApi.SearchProcessesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessApi.SearchProcessesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ProcessApi.SearchProcessesQueryParamsModifier and TypeMethodDescriptionProcessApi.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.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.SearchProcessesQueryParamsModifier and TypeMethodDescriptionProcessService.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.SearchProcessesQueryParamsModifier and TypeMethodDescriptionDefaultProcessService.searchProcesses(ProcessApi.SearchProcessesQueryParams params)