com.atlassian.jira.issue.comments
Class DefaultRecentCommentManager

java.lang.Object
  extended bycom.atlassian.jira.issue.comments.DefaultRecentCommentManager
All Implemented Interfaces:
RecentCommentManager

public class DefaultRecentCommentManager
extends Object
implements RecentCommentManager


Constructor Summary
DefaultRecentCommentManager(CommentManager commentManager, SearchProviderFactory searchProviderFactory, SearchProvider searchProvider, JiraAuthenticationContext authenticationContext)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRecentCommentManager

public DefaultRecentCommentManager(CommentManager commentManager,
                                   SearchProviderFactory searchProviderFactory,
                                   SearchProvider searchProvider,
                                   JiraAuthenticationContext authenticationContext)
Method Detail

getRecentComments

public CommentIterator getRecentComments(SearchRequest searchRequest,
                                         User user)
Description copied from interface: RecentCommentManager
Return an iterator over all the comments from any issues in the search request that the user can see

Specified by:
getRecentComments in interface RecentCommentManager
Parameters:
searchRequest - The search request to limit the comments to
user - The user to match the Permissions against
Returns:


Copyright © 2002-2007 Atlassian. All Rights Reserved.