- 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.
- getContentReviewItemsGroupedBySite(Integer) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Gets all items grouped by site, order by most recent items descending
- getDateQueued(Integer, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
- 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
-
- getDateSubmitted(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
The date an item was submitted to the queue
- getEndUserLicenseAgreementLink(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Returns a hyperlink to a providers EULA, if empty, no EULA will be shown to the user
- getEndUserLicenseAgreementTimestamp() - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Returns date for most recent EULA.
- getEndUserLicenseAgreementVersion() - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Returns version for most recent EULA.
- 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.
- getQueuedItemByExternalId(Integer, String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewQueueService
-
Get an item that has been queued via external ID.
- 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
- getReviewReportRedirectUrl(String, String, String, boolean) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Option for providers to decide whether they want to use redirect logic
for the report URLs.
- 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
-
- 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
-
- 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
- getUserEULATimestamp(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Returns date for the user's last agreement to the EULA.
- getUserEULAVersion(String) - Method in interface org.sakaiproject.contentreview.service.ContentReviewService
-
Returns version for the user's last agreement to the EULA.