|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecentCommentManager
A standard way of getting a list of recent comments from JIRA
Method Summary | |
---|---|
CommentIterator |
getRecentComments(SearchRequest searchRequest,
User 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)
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, User user) throws SearchException
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
CommentIterator getRecentComments(SearchRequest searchRequest, com.atlassian.crowd.embedded.api.User user) throws SearchException
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |