public class

DefaultRecentCommentManager

extends Object
implements RecentCommentManager
java.lang.Object
   ↳ com.atlassian.jira.issue.comments.DefaultRecentCommentManager

Summary

Public Constructors
DefaultRecentCommentManager(CommentService commentService, SearchProviderFactory searchProviderFactory, SearchProvider searchProvider, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, SearchService searchService, LuceneQueryModifier luceneQueryModifier, WasClauseQueryFactory wasClauseQueryFactory, ChangedClauseQueryFactory changedClauseQueryFactory)
Public Methods
CommentIterator getRecentComments(SearchRequest searchRequest, User user)
@return
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@return
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.comments.RecentCommentManager

Public Constructors

public DefaultRecentCommentManager (CommentService commentService, SearchProviderFactory searchProviderFactory, SearchProvider searchProvider, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, SearchService searchService, LuceneQueryModifier luceneQueryModifier, WasClauseQueryFactory wasClauseQueryFactory, ChangedClauseQueryFactory changedClauseQueryFactory)

Public Methods

public CommentIterator getRecentComments (SearchRequest searchRequest, User user)

@return

Parameters
searchRequest The search request to limit the comments to
user The User to match the Permissions against

public 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@return

Parameters
searchRequest The search request to limit the comments to
user The ApplicationUser to match the Permissions against