Uses of Class
org.sakaiproject.contentreview.exception.ReportException
-
Packages that use ReportException Package Description org.sakaiproject.contentreview.service -
-
Uses of ReportException in org.sakaiproject.contentreview.service
Methods in org.sakaiproject.contentreview.service that throw ReportException Modifier and Type Method Description List<ContentReviewItem>ContentReviewService. getAllContentReviewItems(String siteId, String taskId)This is a complement to getReportList, except that it returns all ContentReviewItems for a site and task, rather than just the ones whose reports have been completed.List<ContentReviewItem>ContentReviewService. getReportList(String siteId)Get a list of reports for all tasks in a siteList<ContentReviewItem>ContentReviewService. getReportList(String siteId, String taskId)Get a list of reports for a taskStringContentReviewService. getReviewReport(String contentId, String assignmentRef, String userId)Get the URL of the reportStringContentReviewService. getReviewReportInstructor(String contentId, String assignmentRef, String userId)Get the URL for a report constructed for an InstructorStringContentReviewService. getReviewReportStudent(String contentId, String assignmentRef, String userId)Get the URL of a report constructed for a studentintContentReviewQueueService. getReviewScore(Integer providerId, String contentId)Deprecated.Use getQueuedItem method to get ContentReviewItem objectintContentReviewService. getReviewScore(String contentId, String taskId, String userId)Retrieve a score for a item
-