public abstract class BaseContentReviewService extends Object implements ContentReviewService
| Modifier and Type | Field and Description |
|---|---|
protected PreferencesService |
preferencesService |
protected ServerConfigurationService |
serverConfigurationService |
| Constructor and Description |
|---|
BaseContentReviewService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReviewReport(String contentId,
String assignmentRef,
String userId) |
String |
getReviewReportInstructor(String contentId,
String assignmentRef,
String userId) |
String |
getReviewReportRedirectUrl(String contentId,
String assignmentRef,
String userId,
boolean isInstructor) |
String |
getReviewReportStudent(String contentId,
String assignmentRef,
String userId) |
Instant |
getUserEULATimestamp(String userId) |
String |
getUserEULAVersion(String userId) |
String |
getWebhookUrl(Optional<String> customParam) |
void |
updateUserEULATimestamp(String userId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowAllContent, allowResubmission, checkForReports, createAssignment, getAcceptableExtensionsToMimeTypes, getAcceptableFileTypesToExtensions, getAllContentReviewItems, getAssignment, getContentReviewItemByContentId, getDateQueued, getDateSubmitted, getEndUserLicenseAgreementLink, getEndUserLicenseAgreementTimestamp, getEndUserLicenseAgreementVersion, getIconCssClassforScore, getLocalizedStatusMessage, getLocalizedStatusMessage, getLocalizedStatusMessage, getProviderId, getReportList, getReportList, getReviewError, getReviewScore, getReviewStatus, getServiceName, isAcceptableContent, isSiteAcceptable, processQueue, queueContent, removeFromQueue, resetUserDetailsLockedItems, webhookEventprotected PreferencesService preferencesService
protected ServerConfigurationService serverConfigurationService
public Instant getUserEULATimestamp(String userId)
getUserEULATimestamp in interface ContentReviewServicepublic String getUserEULAVersion(String userId)
getUserEULAVersion in interface ContentReviewServicepublic void updateUserEULATimestamp(String userId)
updateUserEULATimestamp in interface ContentReviewServicepublic String getReviewReport(String contentId, String assignmentRef, String userId) throws QueueException, ReportException
getReviewReport in interface ContentReviewServiceQueueExceptionReportExceptionpublic String getReviewReportInstructor(String contentId, String assignmentRef, String userId) throws QueueException, ReportException
getReviewReportInstructor in interface ContentReviewServiceQueueExceptionReportExceptionpublic String getReviewReportStudent(String contentId, String assignmentRef, String userId) throws QueueException, ReportException
getReviewReportStudent in interface ContentReviewServiceQueueExceptionReportExceptionpublic String getReviewReportRedirectUrl(String contentId, String assignmentRef, String userId, boolean isInstructor)
getReviewReportRedirectUrl in interface ContentReviewServiceCopyright © 2003–2018 Sakai Project. All rights reserved.