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.
|
Optional<ContentReviewItem> |
ContentReviewQueueService.getQueuedItemByExternalId(Integer providerId,
String externalId) |
Get an item that has been queued via external ID.
|
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
|