public class DefaultRecentCommentManager extends Object implements RecentCommentManager
| Constructor and Description |
|---|
DefaultRecentCommentManager(CommentService commentService,
SearchProviderFactory searchProviderFactory,
SearchProvider searchProvider,
JqlDateSupport jqlDateSupport,
JqlOperandResolver operandResolver,
SearchService searchService,
LuceneQueryModifier luceneQueryModifier,
QueryVisitor.QueryVisitorFactory queryVisitorFactory) |
| Modifier and Type | Method and Description |
|---|---|
CommentIterator |
getRecentComments(SearchRequest searchRequest,
ApplicationUser user) |
public DefaultRecentCommentManager(CommentService commentService, SearchProviderFactory searchProviderFactory, SearchProvider searchProvider, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, SearchService searchService, LuceneQueryModifier luceneQueryModifier, QueryVisitor.QueryVisitorFactory queryVisitorFactory)
public CommentIterator getRecentComments(SearchRequest searchRequest, ApplicationUser user) throws SearchException
getRecentComments in interface RecentCommentManagersearchRequest - The search request to limit the comments touser - The User to match the Permissions againstSearchException - Exceptions occured while trying to peform a search on the SearchRequestCopyright © 2002-2018 Atlassian. All Rights Reserved.