com.atlassian.jira.issue.comments
Interface RecentCommentManager

All Known Implementing Classes:
DefaultRecentCommentManager

@PublicApi
public interface RecentCommentManager

A standard way of getting a list of recent comments from JIRA


Method Summary
 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

getRecentComments

CommentIterator getRecentComments(SearchRequest searchRequest,
                                  com.atlassian.crowd.embedded.api.User user)
                                  throws SearchException
Return an iterator over all the comments from any issues in the search request that the user can see

Parameters:
searchRequest - The search request to limit the comments to
user - The user to match the Permissions against
Returns:
Throws:
SearchException - Exceptions occured while trying to peform a search on the SearchRequest


Copyright © 2002-2012 Atlassian. All Rights Reserved.