com.atlassian.jira.issue.comments
Class DefaultRecentCommentManager
java.lang.Object
com.atlassian.jira.issue.comments.DefaultRecentCommentManager
- All Implemented Interfaces:
- RecentCommentManager
- public class DefaultRecentCommentManager
- extends Object
- implements RecentCommentManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRecentCommentManager
public DefaultRecentCommentManager(CommentManager commentManager,
SearchProviderFactory searchProviderFactory,
SearchProvider searchProvider,
JiraAuthenticationContext authenticationContext)
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 touser - The user to match the Permissions against
- Returns:
Copyright © 2002-2007 Atlassian. All Rights Reserved.