Skip to content

Commit

Permalink
SAK-20730
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/content-review/trunk@93985 66ffb92e-73f9-0310-93c1-f5514f145a0a
axxter99 committed Jun 23, 2011
1 parent 5acee9d commit 6b0d6f6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -248,6 +248,12 @@ public List<ContentReviewItem> getAllContentReviewItems(String siteId, String ta
*/
public String getLocalizedStatusMessage(String messageCode);

/**
* Get a error report for a Specific method
* @param contentId
* @return
*/
public String getReviewError(String contentId);
/**
* Get a status message for a submission in the locale specified
* @param messageCode

0 comments on commit 6b0d6f6

Please sign in to comment.