public interface CommentPlugin
extends io.vertigo.core.component.Plugin
| Modifier and Type | Method and Description |
|---|---|
Comment |
get(UUID uuid)
Gets the comment by its uuid.
|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
getComments(io.vertigo.dynamo.domain.model.URI<S> keyConceptURI)
Lists the comments as a key concerned is concerned
|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
publish(Comment comment,
io.vertigo.dynamo.domain.model.URI<S> keyConceptURI)
Publishes a comment about a key concept.
|
void |
update(Comment comment)
Updates a comment.
|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> void publish(Comment comment, io.vertigo.dynamo.domain.model.URI<S> keyConceptURI)
comment - the commentkeyConceptURI - the key concept defined by its URIComment get(UUID uuid)
uuid - the uuid of the comment<S extends io.vertigo.dynamo.domain.model.KeyConcept> List<Comment> getComments(io.vertigo.dynamo.domain.model.URI<S> keyConceptURI)
keyConceptURI - the key concept defined by its URIvoid update(Comment comment)
comment - the commentCopyright © 2017. All Rights Reserved.