public class ProjectSearcher extends AbstractInitializationSearcher implements IssueSearcher<SearchableField>
fieldReferencelog| Constructor and Description | 
|---|
| ProjectSearcher(JqlOperandResolver operandResolver,
               ProjectResolver projectResolver,
               ProjectManager projectManager,
               PermissionManager permissionManager,
               VelocityRequestContextFactory velocityRequestContextFactory,
               ApplicationProperties applicationProperties,
               VelocityTemplatingEngine templatingEngine,
               FieldFlagOperandRegistry fieldFlagOperandRegistry,
               UserProjectHistoryManager projectHistoryManager,
               JiraAuthenticationContext authenticationContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearcherInformation<SearchableField> | getSearchInformation()Provides an object that contains information about the Searcher. | 
| SearchInputTransformer | getSearchInputTransformer()Provides an object that will allow you to transform raw request parameters to field holder values and
 field holder values to  Clausesearch representations. | 
| SearchRenderer | getSearchRenderer()Provides an object that will allow you to render the edit and view html for a searcher. | 
initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic ProjectSearcher(JqlOperandResolver operandResolver, ProjectResolver projectResolver, ProjectManager projectManager, PermissionManager permissionManager, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, FieldFlagOperandRegistry fieldFlagOperandRegistry, UserProjectHistoryManager projectHistoryManager, JiraAuthenticationContext authenticationContext)
public SearcherInformation<SearchableField> getSearchInformation()
IssueSearchergetSearchInformation in interface IssueSearcher<SearchableField>public SearchInputTransformer getSearchInputTransformer()
IssueSearcherClause search representations.getSearchInputTransformer in interface IssueSearcher<SearchableField>public SearchRenderer getSearchRenderer()
IssueSearchergetSearchRenderer in interface IssueSearcher<SearchableField>Copyright © 2002-2018 Atlassian. All Rights Reserved.