| 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.
|
Date |
ContentReviewQueueService.getDateQueued(Integer providerId,
String contentId)
Get when the content item was first queued.
|
Date |
ContentReviewService.getDateQueued(String contextId)
The date an item was queued
|
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
|
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)
Get the score that has been stored by the content review service.
|
int |
ContentReviewService.getReviewScore(String contentId,
String taskId,
String userId)
Retrieve a score for a item
|
Long |
ContentReviewQueueService.getReviewStatus(Integer providerId,
String contentId)
Get the current status of the content item
org.sakaiproject.contentreview.dao.ContentReviewConstants |
Long |
ContentReviewService.getReviewStatus(String contentId)
Get the status of a submission
|
void |
ContentReviewQueueService.queueContent(Integer providerId,
String userId,
String siteId,
String taskId,
List<ContentResource> content)
Queue a content item that will later be sent to the content review service
when the Content Review Process Job is run.
|
void |
ContentReviewService.queueContent(String userId,
String siteId,
String taskId,
List<ContentResource> content)
Add an item to the Queue for Submission to Turnitin
|
Copyright © 2003–2018 Sakai Project. All rights reserved.