Package org.kuali.rice.kew.stats.service
Interface StatsService
- All Known Implementing Classes:
StatsServiceImpl
public interface StatsService
A service for obtaining various pieces of statistics information about the
KEW application.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidDocumentsRoutedReport(Stats stats, Date begDate, Date endDate) voidNumActiveItemsReport(Stats stats) voidNumberOfDocTypesReport(Stats stats) voidvoidNumUsersReport(Stats stats)
-
Method Details
-
NumActiveItemsReport
- Throws:
SQLException
-
DocumentsRoutedReport
- Throws:
SQLException
-
NumberOfDocTypesReport
- Throws:
SQLException
-
NumUsersReport
- Throws:
SQLException
-
NumInitiatedDocsByDocTypeReport
- Throws:
SQLException
-