Uses of Class
org.sakaiproject.contentreview.exception.SubmissionException
-
Packages that use SubmissionException Package Description org.sakaiproject.contentreview.service -
-
Uses of SubmissionException in org.sakaiproject.contentreview.service
Methods in org.sakaiproject.contentreview.service that throw SubmissionException Modifier and Type Method Description voidContentReviewService. createAssignment(String siteId, String taskId, Map extraAsnnOpts)This is a vendor specific method needed for some deep integrations (such as A2) to pre provision assignments on an external content checking system.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.MapContentReviewService. getAssignment(String siteId, String taskId)This is a vendor specific method to allow getting information about a particular assignment in an external plagiarism checking system.DateContentReviewQueueService. getDateSubmitted(Integer providerId, String contentId)Deprecated.Use getQueuedItem method to get ContentReviewItem objectDateContentReviewService. getDateSubmitted(String contextId)The date an item was submitted to the queueList<ContentReviewItem>ContentReviewService. getReportList(String siteId)Get a list of reports for all tasks in a siteList<ContentReviewItem>ContentReviewService. getReportList(String siteId, String taskId)Get a list of reports for a task
-