- getAllContentReviewItems(String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
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.
- getAssignment(String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
This is a vendor specific method to allow getting information about
a particular assignment in an external plagiarism checking system.
- getDateQueued(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
The date an item was queued
- getDateSubmitted(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
The date an item was submitted to the queue
- getIconUrlforScore(Long) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get a icon URL that for a specific score
- getLocalizedStatusMessage(String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get a status message for a submission in the locale of the specified user
- getLocalizedStatusMessage(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get a status message for a submission in the locale of the current user
- getLocalizedStatusMessage(String, Locale) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get a status message for a submission in the locale specified
- getReportList(String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get a list of reports for a task
- getReportList(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get a list of reports for all tasks in a site
- getReviewError(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
- getReviewReport(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get the URL of the report
- getReviewReportInstructor(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get the URL for a report constructed for an Instructor
- getReviewReportStudent(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get the URL of a report constructed for a student
- getReviewScore(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Retrieve a score for a specific item
- getReviewStatus(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get the status of a submission
- getServiceName() - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Return the Name of the Service Implementation for Display Purposes