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) |
Deprecated.
|
Date |
ContentReviewService.getDateQueued(String contextId) |
The date an item was queued
|
Date |
ContentReviewQueueService.getDateSubmitted(Integer providerId,
String contentId) |
Deprecated.
|
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) |
Deprecated.
|
int |
ContentReviewService.getReviewScore(String contentId,
String taskId,
String userId) |
Retrieve a score for a item
|
Long |
ContentReviewQueueService.getReviewStatus(Integer providerId,
String contentId) |
Deprecated.
|
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
|