Uses of Class
lumis.service.commentit.Comment
-
Packages that use Comment Package Description lumis.service.commentit -
-
Uses of Comment in lumis.service.commentit
Methods in lumis.service.commentit that return Comment Modifier and Type Method Description Comment
CommentItResource. getComment(@NotNull java.lang.String id)
Returns aComment
by its identifier.Methods in lumis.service.commentit that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>
CommentItResource.CommentsList. getItems()
Methods in lumis.service.commentit with parameters of type Comment Modifier and Type Method Description javax.ws.rs.core.Response
CommentItResource. addComment(@NotNull Comment comment)
Adds aComment
.static void
CommentItMonitorUtil. collectAddComment(javax.servlet.http.HttpServletRequest request, Comment comment, ITransaction transaction)
Collects the add comment event.static void
CommentItMonitorUtil. collectRemoveComment(javax.servlet.http.HttpServletRequest request, Comment comment, ITransaction transaction)
Collects the remove comment event.Constructor parameters in lumis.service.commentit with type arguments of type Comment Constructor Description CommentsItem(java.lang.String serviceInstanceId, java.lang.String itemId, java.util.List<Comment> comments, int totalComments, javax.ws.rs.core.UriInfo uriInfo, boolean canPostComment)
Constructor that also initializes theCommentItResource.CommentsList
CommentsList(javax.ws.rs.core.UriInfo uriInfo, java.util.List<Comment> items, int totalComments)
Constructor that also initializes the ListResult
-