Interface Revision

    • Method Detail

      • getRevisionTestSets

        java.util.List<RevisionTestSet> getRevisionTestSets()
      • getAllowVoting

        java.lang.Boolean getAllowVoting()
      • getNotifyAuthorOnComplete

        java.lang.Boolean getNotifyAuthorOnComplete()
      • getRequireSignature

        java.lang.Boolean getRequireSignature()
      • getEndDateAsServerDate

        java.util.Date getEndDateAsServerDate()
      • getStartDate

        java.util.Date getStartDate()
      • getEndDate

        java.util.Date getEndDate()
      • getNumVotesPerUser

        java.lang.Integer getNumVotesPerUser()
      • getSequenceNumber

        java.lang.Integer getSequenceNumber()
      • getRevisionItems

        java.util.List<RevisionItem> getRevisionItems()
      • getRevisionUsers

        java.util.List<RevisionUser> getRevisionUsers()
      • getReview

        Review getReview()
      • getEmailSubject

        java.lang.String getEmailSubject()
      • getOverview

        java.lang.String getOverview()
      • getVotingText

        java.lang.String getVotingText()
      • getRevisionCommentCount

        java.lang.Integer getRevisionCommentCount()
        Returns a count of all comments on this revision, including resolved comments. The count includes deleted comments. The count does not include revision item comments. The count does not include an earlier revision's comments.
        Returns:
      • getUnresolvedRevisionCommentCount

        java.lang.Integer getUnresolvedRevisionCommentCount()
        Returns a count of all comments on this revision, just the unresolved comments. The count includes deleted comments. The count does not include revision item comments. The count does not include an earlier revision's comments.
        Returns:
      • getRevisionComments

        java.util.List<RevisionItemComment> getRevisionComments()
        Returns a flattened list of all comments, both unresolved and resolved, on this revision. It does return deleted comments. It does not return revision item comments. It does not include an earlier revision's comments.
        Returns: