Uses of Class
pro.taskana.task.internal.models.TaskCommentImpl
-
Packages that use TaskCommentImpl Package Description pro.taskana.task.internal pro.taskana.task.internal.models -
-
Uses of TaskCommentImpl in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return TaskCommentImpl Modifier and Type Method Description TaskCommentImplTaskCommentMapper. findById(String taskCommentId)Methods in pro.taskana.task.internal that return types with arguments of type TaskCommentImpl Modifier and Type Method Description List<TaskCommentImpl>TaskCommentQueryMapper. queryTaskComments(TaskCommentQueryImpl taskCommentQuery, org.apache.ibatis.session.RowBounds rowBounds)Methods in pro.taskana.task.internal with parameters of type TaskCommentImpl Modifier and Type Method Description voidTaskCommentMapper. insert(TaskCommentImpl taskComment)voidTaskCommentMapper. update(TaskCommentImpl taskCommentImpl) -
Uses of TaskCommentImpl in pro.taskana.task.internal.models
Methods in pro.taskana.task.internal.models that return TaskCommentImpl Modifier and Type Method Description TaskCommentImplTaskCommentImpl. copy()Constructors in pro.taskana.task.internal.models with parameters of type TaskCommentImpl Constructor Description TaskCommentImpl(TaskCommentImpl copyFrom)
-