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.taskMethods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type UserDto Modifier and Type Method Description java.util.Set<UserDto>GroupInfoDto. getGroupUsers()Constructor parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type UserDto Constructor Description GroupInfoDto(java.util.List<GroupDto> groups, java.util.Set<UserDto> groupUsers)
 
-