Uses of Interface
io.camunda.zeebe.client.api.search.response.UserTask
Packages that use UserTask
Package
Description
-
Uses of UserTask in io.camunda.zeebe.client.impl.search
Methods in io.camunda.zeebe.client.impl.search that return types with arguments of type UserTaskModifier and TypeMethodDescriptionstatic SearchQueryResponse<UserTask> SearchResponseMapper.toUserTaskSearchResponse(UserTaskSearchQueryResponse response) -
Uses of UserTask in io.camunda.zeebe.client.impl.search.query
Methods in io.camunda.zeebe.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.zeebe.client.impl.search.response
Classes in io.camunda.zeebe.client.impl.search.response that implement UserTask