Uses of Class
pro.taskana.task.rest.models.TaskCommentCollectionRepresentationModel
Packages that use TaskCommentCollectionRepresentationModel
-
Uses of TaskCommentCollectionRepresentationModel in pro.taskana.task.rest
Methods in pro.taskana.task.rest that return types with arguments of type TaskCommentCollectionRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TaskCommentCollectionRepresentationModel>TaskCommentController.getTaskComments(String taskId, jakarta.servlet.http.HttpServletRequest request, TaskCommentQueryFilterParameter filterParameter, TaskCommentController.TaskCommentQuerySortParameter sortParameter, QueryPagingParameter<pro.taskana.task.api.models.TaskComment, pro.taskana.task.api.TaskCommentQuery> pagingParameter) This endpoint retrieves all Task Comments for a specific Task. -
Uses of TaskCommentCollectionRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return TaskCommentCollectionRepresentationModelModifier and TypeMethodDescriptionTaskCommentRepresentationModelAssembler.buildCollectionEntity(List<TaskCommentRepresentationModel> content)