Uses of Class
org.bonitasoft.web.client.api.UserTaskApi.SearchUserTasksQueryParams
-
Packages that use UserTaskApi.SearchUserTasksQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of UserTaskApi.SearchUserTasksQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return UserTaskApi.SearchUserTasksQueryParams Modifier and Type Method Description UserTaskApi.SearchUserTasksQueryParamsUserTaskApi.SearchUserTasksQueryParams. c(Integer value)UserTaskApi.SearchUserTasksQueryParamsUserTaskApi.SearchUserTasksQueryParams. f(List<String> value)UserTaskApi.SearchUserTasksQueryParamsUserTaskApi.SearchUserTasksQueryParams. o(String value)UserTaskApi.SearchUserTasksQueryParamsUserTaskApi.SearchUserTasksQueryParams. p(Integer value)UserTaskApi.SearchUserTasksQueryParamsUserTaskApi.SearchUserTasksQueryParams. s(String value)Methods in org.bonitasoft.web.client.api with parameters of type UserTaskApi.SearchUserTasksQueryParams Modifier and Type Method Description List<UserTask>UserTaskApi. searchUserTasks(UserTaskApi.SearchUserTasksQueryParams queryParams)Finds UserTasks Finds UserTasks with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUserTasksmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<UserTask>>UserTaskApi. searchUserTasksWithHttpInfo(UserTaskApi.SearchUserTasksQueryParams queryParams)Finds UserTasks Finds UserTasks with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUserTasksthat receives the query parameters as a map, but this one also exposes the Http response headers
-