Package com.jamasoftware.velocity.api
Interface RevisionSummaryProgressDTO
-
public interface RevisionSummaryProgressDTO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Long
getHoursInRevision()
java.lang.Long
getMinutesInRevision()
java.util.List<java.lang.Integer>
getNumCommentsByType()
java.lang.Integer
getNumCommentsNeedingAttention()
ReviewProgressDTO
getReviewProgress()
-
-
-
Method Detail
-
getReviewProgress
ReviewProgressDTO getReviewProgress()
-
getHoursInRevision
java.lang.Long getHoursInRevision()
-
getMinutesInRevision
java.lang.Long getMinutesInRevision()
-
getNumCommentsByType
java.util.List<java.lang.Integer> getNumCommentsByType()
-
getNumCommentsNeedingAttention
java.lang.Integer getNumCommentsNeedingAttention()
-
-