Uses of Class
org.flowable.rest.service.api.engine.CommentResponse
Packages that use CommentResponse
Package
Description
-
Uses of CommentResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return CommentResponseModifier and TypeMethodDescriptionRestResponseFactory.createRestComment
(Comment comment) RestResponseFactory.createRestComment
(Comment comment, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type CommentResponseModifier and TypeMethodDescriptionRestResponseFactory.createRestCommentList
(List<Comment> comments) -
Uses of CommentResponse in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history that return CommentResponseModifier and TypeMethodDescriptionHistoricProcessInstanceCommentCollectionResource.createComment
(String processInstanceId, CommentResponse comment) HistoricProcessInstanceCommentResource.getComment
(String processInstanceId, String commentId) Methods in org.flowable.rest.service.api.history that return types with arguments of type CommentResponseModifier and TypeMethodDescriptionHistoricProcessInstanceCommentCollectionResource.getComments
(String processInstanceId) Methods in org.flowable.rest.service.api.history with parameters of type CommentResponseModifier and TypeMethodDescriptionHistoricProcessInstanceCommentCollectionResource.createComment
(String processInstanceId, CommentResponse comment) -
Uses of CommentResponse in org.flowable.rest.service.api.runtime.task
Methods in org.flowable.rest.service.api.runtime.task that return CommentResponseModifier and TypeMethodDescriptionTaskCommentCollectionResource.createComment
(String taskId, CommentRequest comment) TaskCommentResource.getComment
(String taskId, String commentId) Methods in org.flowable.rest.service.api.runtime.task that return types with arguments of type CommentResponse