Uses of Interface
io.camunda.client.api.search.response.UserTask
Packages that use UserTask
Package
Description
-
Uses of UserTask in io.camunda.client.impl.fetch
Methods in io.camunda.client.impl.fetch that return types with arguments of type UserTask -
Uses of UserTask in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search that return types with arguments of type UserTaskModifier and TypeMethodDescriptionstatic SearchQueryResponse<UserTask> SearchResponseMapper.toUserTaskSearchResponse(UserTaskSearchQueryResult response) -
Uses of UserTask in io.camunda.client.impl.search.query
Methods in io.camunda.client.impl.search.query that return types with arguments of type UserTaskModifier and TypeMethodDescriptionUserTaskQueryImpl.requestTimeout(Duration requestTimeout) UserTaskQueryImpl.send() -
Uses of UserTask in io.camunda.client.impl.search.response
Classes in io.camunda.client.impl.search.response that implement UserTask