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, javax.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 TaskCommentCollectionRepresentationModel Modifier and Type Method Description TaskCommentCollectionRepresentationModelTaskCommentRepresentationModelAssembler. buildCollectionEntity(List<TaskCommentRepresentationModel> content)
-