Interface CommentSource


  • public interface CommentSource
    Contains methods to fetch information regarding comments.

    These methods are exposed to Velocity reports on the commentSource object within the global context. Example: $commentSource.getCommentCount(1, 1)

    • Method Detail

      • getCommentCount

        int getCommentCount​(Integer scopeId,
                            Integer refId)
      • getRevisionItemCommentCount

        int getRevisionItemCommentCount​(Integer revisionItemId,
                                        boolean thisRevisionOnly)