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

Packages that use Comments
org.outerj.daisy.repository.comment API for dealing with document comments. 
 

Uses of Comments in org.outerj.daisy.repository.comment
 

Methods in org.outerj.daisy.repository.comment that return Comments
 Comments CommentManager.getComments(long documentId, long branchId, long langugeId)
          Returns the comments for a specific document variant.
 Comments CommentManager.getComments(VariantKey variantKey)
           
 Comments CommentManager.getComments(long documentId)
          Gets the comments from the branch "main", languge "default" of the document.
 Comments CommentManager.getComments(CommentVisibility visibility)
          Returns all comments with the specified visibility, created by the current user.
 Comments CommentManager.getComments()
          Returns all comments created by the current user.
 



Copyright © -2005 . All Rights Reserved.