Uses of Class
org.bonitasoft.web.client.api.TaskApi.SearchTasksQueryParams
Packages that use TaskApi.SearchTasksQueryParams
-
Uses of TaskApi.SearchTasksQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return TaskApi.SearchTasksQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type TaskApi.SearchTasksQueryParamsModifier and TypeMethodDescriptionTaskApi.searchTasks(TaskApi.SearchTasksQueryParams queryParams) Finds Tasks Finds Tasks with pagination params and filters - can order on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` - can filter on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` Note, this is equivalent to the othersearchTasksmethod, but with the query parameters collected into a single Map parameter.TaskApi.searchTasksWithHttpInfo(TaskApi.SearchTasksQueryParams queryParams) Finds Tasks Finds Tasks with pagination params and filters - can order on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` - can filter on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` Note, this is equivalent to the othersearchTasksthat receives the query parameters as a map, but this one also exposes the Http response headers