- getAcceptableExtensionsToMimeTypes() - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Gets a map of acceptable file extensions for this content-review service to their associated mime types (ie. ".rtf" -> ["text/rtf", "application,rtf"])
- getAcceptableFileTypesToExtensions() - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Gets a map of acceptable file types for this content-review service (as UI presentable names) to their associated file extensions (ie.
- 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.
- getAllContentReviewItemsGroupedBySiteAndTask(Integer) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Gets all items grouped by site and task
- 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.
- getAwaitingReports(Integer) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get items awaiting a report from the content review service
- getContentReviewItemByContentId(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
This method returns all the information related with a ContentReviewItem encapsulated as a ContentReviewResult
Using this method will likely tie you to a particular Content Review implementation.
- getContentReviewItems(Integer, String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get the items for a site or a task.
- getDateQueued(Integer, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get when the content item was first queued.
- getDateQueued(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
The date an item was queued
- getDateSubmitted(Integer, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Gets when the item was submitted to the content review service.
- getDateSubmitted(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
The date an item was submitted to the queue
- getErrorCode() - Method in exception org.sakaiproject.contentreview.exception.SubmissionException
-
- getErrorCode() - Method in exception org.sakaiproject.contentreview.exception.TransientSubmissionException
-
- getIconCssClassforScore(int, String) - 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
- getNextItemInQueueToSubmit(Integer) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get the next item in the queue to be submitted to the content review service
- getProviderId() - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Provides a default implementation for uniquely identifying a provider
- getQueuedItem(Integer, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get an item that has been queued and contentId.
- getQueuedNotSubmittedItems(Integer) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get items queued but have not yet been submitted to the content review service
- 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, String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get the URL of the report
- getReviewReportInstructor(String, String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get the URL for a report constructed for an Instructor
- getReviewReportStudent(String, String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Get the URL of a report constructed for a student
- getReviewScore(Integer, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get the score that has been stored by the content review service.
- getReviewScore(String, String, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Retrieve a score for a item
- getReviewStatus(Integer, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get the current status of the content item org.sakaiproject.contentreview.dao.ContentReviewConstants
- 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