Uses of Class
org.gbif.api.model.registry.Comment
-
Packages that use Comment Package Description org.gbif.api.model.collections org.gbif.api.model.registry org.gbif.api.service.registry -
-
Uses of Comment in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type Comment Modifier and Type Method Description @NotNull List<Comment>
Collection. getComments()
List<Comment>
Institution. getComments()
Method parameters in org.gbif.api.model.collections with type arguments of type Comment Modifier and Type Method Description void
Collection. setComments(List<Comment> comments)
void
Institution. setComments(List<Comment> comments)
-
Uses of Comment in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return types with arguments of type Comment Modifier and Type Method Description @NotNull List<Comment>
Commentable. getComments()
List<Comment>
Dataset. getComments()
List<Comment>
Installation. getComments()
List<Comment>
Network. getComments()
List<Comment>
Node. getComments()
List<Comment>
Organization. getComments()
Methods in org.gbif.api.model.registry with parameters of type Comment Modifier and Type Method Description boolean
Comment. lenientEquals(Comment other)
A lenient equality check ignoring server side fields.Method parameters in org.gbif.api.model.registry with type arguments of type Comment Modifier and Type Method Description void
Commentable. setComments(List<Comment> comments)
void
Dataset. setComments(List<Comment> comments)
void
Installation. setComments(List<Comment> comments)
void
Network. setComments(List<Comment> comments)
void
Node. setComments(List<Comment> comments)
void
Organization. setComments(List<Comment> comments)
-
Uses of Comment in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
CommentService. listComments(@NotNull UUID targetEntityKey)
List all comments of a target entity.Methods in org.gbif.api.service.registry with parameters of type Comment Modifier and Type Method Description int
CommentService. addComment(@NotNull UUID targetEntityKey, @NotNull @Valid Comment comment)
Add a new Comment to a target entity.
-