| Package | Description |
|---|---|
| org.sakaiproject.contentreview.service |
| Modifier and Type | Method and Description |
|---|---|
ContentReviewItem |
ContentReviewService.getContentReviewItemByContentId(String contentId)
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<ContentReviewItem> |
ContentReviewQueueService.getAllContentReviewItemsGroupedBySiteAndTask(Integer providerId)
Gets all items grouped by site and task
|
List<ContentReviewItem> |
ContentReviewQueueService.getAwaitingReports(Integer providerId)
Get items awaiting a report from the content review service
|
List<ContentReviewItem> |
ContentReviewQueueService.getContentReviewItems(Integer providerId,
String siteId,
String taskId)
Get the items for a site or a task.
|
Optional<ContentReviewItem> |
ContentReviewQueueService.getNextItemInQueueToSubmit(Integer providerId)
Get the next item in the queue to be submitted to the content review service
|
Optional<ContentReviewItem> |
ContentReviewQueueService.getQueuedItem(Integer providerId,
String contentId)
Get an item that has been queued and contentId.
|
List<ContentReviewItem> |
ContentReviewQueueService.getQueuedNotSubmittedItems(Integer providerId)
Get items queued but have not yet been submitted to the content review service
|
List<ContentReviewItem> |
ContentReviewService.getReportList(String siteId)
Get a list of reports for all tasks in a site
|
List<ContentReviewItem> |
ContentReviewService.getReportList(String siteId,
String taskId)
Get a list of reports for a task
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentReviewQueueService.delete(ContentReviewItem item)
Deprecated.
|
void |
ContentReviewQueueService.update(ContentReviewItem item)
Deprecated.
|
Copyright © 2003–2018 Sakai Project. All rights reserved.