Uses of Class
org.bonitasoft.web.client.api.HumanTaskApi.SearchHumanTasksQueryParams
Packages that use HumanTaskApi.SearchHumanTasksQueryParams
-
Uses of HumanTaskApi.SearchHumanTasksQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return HumanTaskApi.SearchHumanTasksQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type HumanTaskApi.SearchHumanTasksQueryParamsModifier and TypeMethodDescriptionHumanTaskApi.searchHumanTasks(HumanTaskApi.SearchHumanTasksQueryParams queryParams) Finds HumanTasks Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`, `processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`, `displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`, `user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`, `processDefinitionId`, `caseId`, `rootCaseId`, `parentCaseId` Note, this is equivalent to the othersearchHumanTasksmethod, but with the query parameters collected into a single Map parameter.HumanTaskApi.searchHumanTasksWithHttpInfo(HumanTaskApi.SearchHumanTasksQueryParams queryParams) Finds HumanTasks Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`, `processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`, `displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`, `user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`, `processDefinitionId`, `caseId`, `rootCaseId`, `parentCaseId` Note, this is equivalent to the othersearchHumanTasksthat receives the query parameters as a map, but this one also exposes the Http response headers