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