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 CommentInstanceRepresentation
PlatformCaseInstanceService. createCaseInstanceComment(java.lang.String caseInstanceId, java.lang.String commentContent)
CommentInstanceRepresentation
PlatformCaseInstanceService. 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 CommentInstanceRepresentation
PlatformCommentService. createComment(java.lang.String scopeId, java.lang.String scopeType, java.lang.String commentContent)
CommentInstanceRepresentation
PlatformCommentService. 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 CommentInstanceRepresentation
PlatformProcessInstanceService. createProcessInstanceComment(java.lang.String processInstanceId, java.lang.String commentContent)
CommentInstanceRepresentation
PlatformProcessInstanceService. 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 CommentInstanceRepresentation
PlatformTaskService. createTaskComment(java.lang.String taskId, java.lang.String commentContent)
CommentInstanceRepresentation
PlatformTaskService. 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)