Uses of Class
org.opencastproject.elasticsearch.index.objects.event.Comment
Packages that use Comment
-
Uses of Comment in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event that return CommentModifier and TypeMethodDescriptionstatic CommentComment.valueOf(InputStream xml, javax.xml.bind.Unmarshaller unmarshaller) Reads the recording comment from the input stream.static CommentComment.valueOfJson(InputStream json) Reads the recording comment from the input stream.Methods in org.opencastproject.elasticsearch.index.objects.event that return types with arguments of type CommentMethod parameters in org.opencastproject.elasticsearch.index.objects.event with type arguments of type CommentModifier and TypeMethodDescriptionvoidEvent.setComments(List<Comment> comments) Sets the list of comments.