Uses of Class
org.flowable.ui.task.model.runtime.CommentRepresentation
-
Packages that use CommentRepresentation Package Description org.flowable.ui.task.service.runtime -
-
Uses of CommentRepresentation in org.flowable.ui.task.service.runtime
Methods in org.flowable.ui.task.service.runtime that return CommentRepresentation Modifier and Type Method Description CommentRepresentationFlowableCommentService. addProcessInstanceComment(CommentRepresentation commentRequest, String processInstanceId)CommentRepresentationFlowableCommentService. addTaskComment(CommentRepresentation commentRequest, String taskId)Methods in org.flowable.ui.task.service.runtime with parameters of type CommentRepresentation Modifier and Type Method Description CommentRepresentationFlowableCommentService. addProcessInstanceComment(CommentRepresentation commentRequest, String processInstanceId)CommentRepresentationFlowableCommentService. addTaskComment(CommentRepresentation commentRequest, String taskId)
-