| Package | Description |
|---|---|
| org.sakaiproject.contentreview.service |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentReviewService.createAssignment(String siteId,
String taskId,
Map extraAsnnOpts)
This is a vendor specific method needed for some deep integrations
(such as A2) to pre provision assignments on an external content
checking system.
|
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.
|
Map |
ContentReviewService.getAssignment(String siteId,
String taskId)
This is a vendor specific method to allow getting information about
a particular assignment in an external plagiarism checking system.
|
Date |
ContentReviewQueueService.getDateSubmitted(Integer providerId,
String contentId)
Gets when the item was submitted to the content review service.
|
Date |
ContentReviewService.getDateSubmitted(String contextId)
The date an item was submitted to the queue
|
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
|
Copyright © 2003–2018 Sakai Project. All rights reserved.