Uses of Interface
pro.taskana.task.api.models.TaskComment
Packages that use TaskComment
Package
Description
-
Uses of TaskComment in pro.taskana.task.api
Methods in pro.taskana.task.api that return TaskCommentModifier and TypeMethodDescriptionTaskService.createTaskComment(TaskComment taskComment) Inserts the specified TaskComment into the database.TaskService.getTaskComment(String taskCommentId) Retrieves the TaskComment with the given id.TaskService.newTaskComment(String taskId) Instantiates a non-persistent/non-inserted TaskComment.TaskService.updateTaskComment(TaskComment taskComment) Updates the specified TaskComment.Methods in pro.taskana.task.api that return types with arguments of type TaskCommentMethods in pro.taskana.task.api with parameters of type TaskCommentModifier and TypeMethodDescriptionTaskService.createTaskComment(TaskComment taskComment) Inserts the specified TaskComment into the database.TaskService.updateTaskComment(TaskComment taskComment) Updates the specified TaskComment. -
Uses of TaskComment in pro.taskana.task.api.models
Methods in pro.taskana.task.api.models that return TaskComment -
Uses of TaskComment in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return TaskCommentModifier and TypeMethodDescriptionTaskServiceImpl.createTaskComment(TaskComment taskComment) TaskServiceImpl.getTaskComment(String taskCommentid) TaskServiceImpl.newTaskComment(String taskId) TaskCommentQueryImpl.single()TaskServiceImpl.updateTaskComment(TaskComment taskComment) Methods in pro.taskana.task.internal that return types with arguments of type TaskCommentModifier and TypeMethodDescriptionTaskServiceImpl.getTaskComments(String taskId) TaskCommentQueryImpl.list()TaskCommentQueryImpl.list(int offset, int limit) Methods in pro.taskana.task.internal with parameters of type TaskCommentModifier and TypeMethodDescriptionTaskServiceImpl.createTaskComment(TaskComment taskComment) TaskServiceImpl.updateTaskComment(TaskComment taskComment) -
Uses of TaskComment in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement TaskComment