Class UploadStatistics


  • public class UploadStatistics
    extends Object
    Global statistics about project's uploads
    • Field Detail

      • URI_TEMPLATE

        public static final org.springframework.web.util.UriTemplate URI_TEMPLATE
    • Method Detail

      • getUploadsCount

        public int getUploadsCount​(String uploadStatus)
        Returns count of uploads finished in given status.
        Parameters:
        uploadStatus - status of uploads to be counted
        Returns:
        count of uploads or zero when statistics for given status don't exist