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 RecentCommentManager
searchRequest
- 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 SearchRequest
Copyright © 2002-2019 Atlassian. All Rights Reserved.