Uses of Class
org.camunda.bpm.engine.rest.dto.task.UserDto
-
Packages that use UserDto Package Description org.camunda.bpm.engine.rest.dto.task -
-
Uses of UserDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type UserDto Modifier and Type Method Description Set<UserDto>
GroupInfoDto. getGroupUsers()
Constructor parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type UserDto Constructor Description GroupInfoDto(List<GroupDto> groups, Set<UserDto> groupUsers)
-