Uses of Class
pro.taskana.task.rest.models.TaskCommentCollectionRepresentationModel
-
Packages that use TaskCommentCollectionRepresentationModel Package Description pro.taskana.task.rest pro.taskana.task.rest.assembler -
-
Uses of TaskCommentCollectionRepresentationModel in pro.taskana.task.rest
Methods in pro.taskana.task.rest that return types with arguments of type TaskCommentCollectionRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<TaskCommentCollectionRepresentationModel>TaskCommentController. getTaskComments(String taskId, List<pro.taskana.task.rest.TaskCommentController.TaskCommentsSortBy> sortBy, List<pro.taskana.common.api.BaseQuery.SortDirection> order)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 TaskCommentCollectionRepresentationModel Modifier and Type Method Description TaskCommentCollectionRepresentationModelTaskCommentRepresentationModelAssembler. buildCollectionEntity(List<TaskCommentRepresentationModel> content)
-