|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.outerj.daisy.repository.comment | API for dealing with document comments. |
Uses of Comment in org.outerj.daisy.repository.comment |
---|
Methods in org.outerj.daisy.repository.comment that return Comment | |
---|---|
Comment |
CommentManager.addComment(long documentId,
CommentVisibility visibility,
java.lang.String commentText)
Adds a comment to the branch "main", language "default" of this document. |
Comment |
CommentManager.addComment(long documentId,
long branchId,
long languageId,
CommentVisibility visibility,
java.lang.String commentText)
|
Comment[] |
Comments.getArray()
|
Methods in org.outerj.daisy.repository.comment with parameters of type Comment | |
---|---|
void |
CommentManager.deleteComment(Comment comment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |