Uses of Interface
org.outerj.daisy.repository.comment.Comment

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)
           
 



Copyright © -2012 . All Rights Reserved.