|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface RecentCommentManager
A standard way of getting a list of recent comments from JIRA
| Method Summary | |
|---|---|
CommentIterator |
getRecentComments(SearchRequest searchRequest,
ApplicationUser user)
Return an iterator over all the comments from any issues in the search request that the user can see |
CommentIterator |
getRecentComments(SearchRequest searchRequest,
com.atlassian.crowd.embedded.api.User user)
Deprecated. Use getRecentComments(com.atlassian.jira.issue.search.SearchRequest, com.atlassian.jira.user.ApplicationUser) instead. Since v6.0.
Return an iterator over all the comments from any issues in the search request that the user can see |
| Method Detail |
|---|
CommentIterator getRecentComments(SearchRequest searchRequest,
ApplicationUser user)
throws SearchException
searchRequest - The search request to limit the comments touser - The ApplicationUser to match the Permissions against
SearchException - Exceptions occured while trying to peform a search on the SearchRequest
CommentIterator getRecentComments(SearchRequest searchRequest,
com.atlassian.crowd.embedded.api.User user)
throws SearchException
getRecentComments(com.atlassian.jira.issue.search.SearchRequest, com.atlassian.jira.user.ApplicationUser) instead. Since v6.0.
Return an iterator over all the comments from any issues in the search request that the user can see
searchRequest - The search request to limit the comments touser - The User to match the Permissions against
SearchException - Exceptions occured while trying to peform a search on the SearchRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||