Uses of Class
com.flowable.platform.service.CommentInstanceRepresentation
Package
Description
-
Uses of CommentInstanceRepresentation in com.flowable.platform.service.caze
Modifier and TypeMethodDescriptionPlatformCaseInstanceService.createCaseInstanceComment
(String caseInstanceId, String commentContent) PlatformCaseInstanceService.updateCaseInstanceComment
(String caseInstanceId, String commentId, String commentContent) Modifier and TypeMethodDescriptionPlatformCaseInstanceService.getCaseInstanceComments
(CommentQueryRequest request) -
Uses of CommentInstanceRepresentation in com.flowable.platform.service.comment
Modifier and TypeMethodDescriptionPlatformCommentService.createComment
(String scopeId, String scopeType, String commentContent) PlatformCommentService.updateComment
(Comment comment, String scopeId, String scopeType, String updatedContent) Modifier and TypeMethodDescriptionprotected List<CommentInstanceRepresentation>
PlatformCommentService.commentMapper
(List<Comment> comments) PlatformCommentService.getComments
(CommentQueryRequest request) -
Uses of CommentInstanceRepresentation in com.flowable.platform.service.process
Modifier and TypeMethodDescriptionPlatformProcessInstanceService.createProcessInstanceComment
(String processInstanceId, String commentContent) PlatformProcessInstanceService.updateProcessInstanceComment
(String processInstanceId, String commentId, String commentContent) Modifier and TypeMethodDescriptionPlatformProcessInstanceService.getProcessInstanceComments
(CommentQueryRequest request) -
Uses of CommentInstanceRepresentation in com.flowable.platform.service.task
Modifier and TypeMethodDescriptionPlatformTaskService.createTaskComment
(String taskId, String commentContent) PlatformTaskService.updateTaskComment
(String taskId, String commentId, String commentContent) Modifier and TypeMethodDescriptionPlatformTaskService.getTaskComments
(CommentQueryRequest request)