Uses of Class
org.camunda.community.rest.client.dto.UserIdDto
Packages that use UserIdDto
-
Uses of UserIdDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type UserIdDtoModifier and TypeMethodDescriptionvoidClaim Claims a task for a specific user.voidClaim Claims a task for a specific user.voidTaskApi.delegateTask(String id, UserIdDto userIdDto) Delegate Delegates a task to another user.voidDelegate Delegates a task to another user.voidTaskApi.setAssignee(String id, UserIdDto userIdDto) Set Assignee Changes the assignee of a task to a specific user.voidSet Assignee Changes the assignee of a task to a specific user. -
Uses of UserIdDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return UserIdDto