com.atlassian.jira.issue.search.parameters.lucene
Interface CommentParameter

All Known Subinterfaces:
IssueCommentParameter
All Known Implementing Classes:
MultipleFieldSingleValueLuceneParameter, PermissionsParameter, ProjectParameter

public interface CommentParameter


Method Summary
 org.apache.lucene.search.Query getCommentQuery(org.ofbiz.core.entity.GenericValue project, com.opensymphony.user.User searcher)
           
 

Method Detail

getCommentQuery

public org.apache.lucene.search.Query getCommentQuery(org.ofbiz.core.entity.GenericValue project,
                                                      com.opensymphony.user.User searcher)
                                               throws org.apache.lucene.queryParser.ParseException
Throws:
org.apache.lucene.queryParser.ParseException


Copyright © 2002-2005 Atlassian. All Rights Reserved.