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.LonggetHoursInRevision()java.lang.LonggetMinutesInRevision()java.util.List<java.lang.Integer>getNumCommentsByType()java.lang.IntegergetNumCommentsNeedingAttention()ReviewProgressDTOgetReviewProgress()java.lang.StringgetSignatureMeaning()java.lang.StringgetSignerRole()
-
-
-
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()
-
getSignerRole
java.lang.String getSignerRole()
-
getSignatureMeaning
java.lang.String getSignatureMeaning()
-
-