| Package | Description |
|---|---|
| org.sakaiproject.contentreview.service |
| Modifier and Type | Method and 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 site
|
List<ContentReviewItem> |
ContentReviewService.getReportList(String siteId,
String taskId)
Get a list of reports for a task
|
String |
ContentReviewService.getReviewReport(String contentId,
String assignmentRef,
String userId)
Get the URL of the report
|
String |
ContentReviewService.getReviewReportInstructor(String contentId,
String assignmentRef,
String userId)
Get the URL for a report constructed for an Instructor
|
String |
ContentReviewService.getReviewReportStudent(String contentId,
String assignmentRef,
String userId)
Get the URL of a report constructed for a student
|
int |
ContentReviewQueueService.getReviewScore(Integer providerId,
String contentId)
Deprecated.
Use getQueuedItem method to get ContentReviewItem object
|
int |
ContentReviewService.getReviewScore(String contentId,
String taskId,
String userId)
Retrieve a score for a item
|
Copyright © 2003–2019 Sakai Project. All rights reserved.