Uses of Class
com.flowable.platform.service.CommentInstanceRepresentation
-
Uses of CommentInstanceRepresentation in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return CommentInstanceRepresentation Modifier and Type Method Description CommentInstanceRepresentationPlatformCaseInstanceService. createCaseInstanceComment(java.lang.String caseInstanceId, java.lang.String commentContent)CommentInstanceRepresentationPlatformCaseInstanceService. updateCaseInstanceComment(java.lang.String caseInstanceId, java.lang.String commentId, java.lang.String commentContent)Methods in com.flowable.platform.service.caze that return types with arguments of type CommentInstanceRepresentation Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>PlatformCaseInstanceService. getCaseInstanceComments(CommentQueryRequest request) -
Uses of CommentInstanceRepresentation in com.flowable.platform.service.comment
Methods in com.flowable.platform.service.comment that return CommentInstanceRepresentation Modifier and Type Method Description CommentInstanceRepresentationPlatformCommentService. createComment(java.lang.String scopeId, java.lang.String scopeType, java.lang.String commentContent)CommentInstanceRepresentationPlatformCommentService. updateComment(Comment comment, java.lang.String scopeId, java.lang.String scopeType, java.lang.String updatedContent)Methods in com.flowable.platform.service.comment that return types with arguments of type CommentInstanceRepresentation Modifier and Type Method Description protected java.util.List<CommentInstanceRepresentation>PlatformCommentService. commentMapper(java.util.List<Comment> comments)org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>PlatformCommentService. getComments(CommentQueryRequest request) -
Uses of CommentInstanceRepresentation in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process that return CommentInstanceRepresentation Modifier and Type Method Description CommentInstanceRepresentationPlatformProcessInstanceService. createProcessInstanceComment(java.lang.String processInstanceId, java.lang.String commentContent)CommentInstanceRepresentationPlatformProcessInstanceService. updateProcessInstanceComment(java.lang.String processInstanceId, java.lang.String commentId, java.lang.String commentContent)Methods in com.flowable.platform.service.process that return types with arguments of type CommentInstanceRepresentation Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>PlatformProcessInstanceService. getProcessInstanceComments(CommentQueryRequest request) -
Uses of CommentInstanceRepresentation in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task that return CommentInstanceRepresentation Modifier and Type Method Description CommentInstanceRepresentationPlatformTaskService. createTaskComment(java.lang.String taskId, java.lang.String commentContent)CommentInstanceRepresentationPlatformTaskService. updateTaskComment(java.lang.String taskId, java.lang.String commentId, java.lang.String commentContent)Methods in com.flowable.platform.service.task that return types with arguments of type CommentInstanceRepresentation Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>PlatformTaskService. getTaskComments(CommentQueryRequest request)