Uses of Class
org.bonitasoft.web.client.api.UserTaskApi.SearchUserTasksQueryParams
Packages that use UserTaskApi.SearchUserTasksQueryParams
-
Uses of UserTaskApi.SearchUserTasksQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return UserTaskApi.SearchUserTasksQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type UserTaskApi.SearchUserTasksQueryParamsModifier and TypeMethodDescriptionUserTaskApi.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.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