Uses of Class
pro.taskana.user.rest.models.UserCollectionRepresentationModel
Packages that use UserCollectionRepresentationModel
-
Uses of UserCollectionRepresentationModel in pro.taskana.user.rest
Methods in pro.taskana.user.rest that return types with arguments of type UserCollectionRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserCollectionRepresentationModel>UserController.getUsers(jakarta.servlet.http.HttpServletRequest request, String[] userIds, String currentUser) This endpoint retrieves multiple Users. -
Uses of UserCollectionRepresentationModel in pro.taskana.user.rest.assembler
Methods in pro.taskana.user.rest.assembler that return UserCollectionRepresentationModelModifier and TypeMethodDescriptionUserRepresentationModelAssembler.buildCollectionEntity(List<UserRepresentationModel> content)