Uses of Class
pro.taskana.user.rest.models.UserCollectionRepresentationModel
-
Packages that use UserCollectionRepresentationModel Package Description pro.taskana.user.rest pro.taskana.user.rest.assembler -
-
Uses of UserCollectionRepresentationModel in pro.taskana.user.rest
Methods in pro.taskana.user.rest that return types with arguments of type UserCollectionRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<UserCollectionRepresentationModel>UserController. getUsers(String[] userIds)This endpoint retrieves multiple Users. -
Uses of UserCollectionRepresentationModel in pro.taskana.user.rest.assembler
Methods in pro.taskana.user.rest.assembler that return UserCollectionRepresentationModel Modifier and Type Method Description UserCollectionRepresentationModelUserRepresentationModelAssembler. buildCollectionEntity(List<UserRepresentationModel> content)
-