Uses of Class
org.flowable.rest.service.api.engine.CommentResponse
-
Packages that use CommentResponse Package Description org.flowable.rest.service.api org.flowable.rest.service.api.history org.flowable.rest.service.api.runtime.task -
-
Uses of CommentResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return CommentResponse Modifier and Type Method Description CommentResponseRestResponseFactory. createRestComment(Comment comment)CommentResponseRestResponseFactory. createRestComment(Comment comment, RestUrlBuilder urlBuilder)Methods in org.flowable.rest.service.api that return types with arguments of type CommentResponse Modifier and Type Method Description List<CommentResponse>RestResponseFactory. createRestCommentList(List<Comment> comments) -
Uses of CommentResponse in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history that return CommentResponse Modifier and Type Method Description CommentResponseHistoricProcessInstanceCommentCollectionResource. createComment(String processInstanceId, CommentResponse comment, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)CommentResponseHistoricProcessInstanceCommentResource. getComment(String processInstanceId, String commentId, javax.servlet.http.HttpServletRequest request)Methods in org.flowable.rest.service.api.history that return types with arguments of type CommentResponse Modifier and Type Method Description List<CommentResponse>HistoricProcessInstanceCommentCollectionResource. getComments(String processInstanceId, javax.servlet.http.HttpServletRequest request)Methods in org.flowable.rest.service.api.history with parameters of type CommentResponse Modifier and Type Method Description CommentResponseHistoricProcessInstanceCommentCollectionResource. createComment(String processInstanceId, CommentResponse comment, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of CommentResponse in org.flowable.rest.service.api.runtime.task
Methods in org.flowable.rest.service.api.runtime.task that return CommentResponse Modifier and Type Method Description CommentResponseTaskCommentCollectionResource. createComment(String taskId, CommentRequest comment, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)CommentResponseTaskCommentResource. getComment(String taskId, String commentId, javax.servlet.http.HttpServletRequest request)Methods in org.flowable.rest.service.api.runtime.task that return types with arguments of type CommentResponse Modifier and Type Method Description List<CommentResponse>TaskCommentCollectionResource. getComments(String taskId, javax.servlet.http.HttpServletRequest request)
-