com.atlassian.jira.issue.search.searchers.impl
Class ComponentsSearcher
java.lang.Object
com.atlassian.jira.issue.search.searchers.impl.AbstractInitializationSearcher
com.atlassian.jira.issue.search.searchers.impl.ComponentsSearcher
- All Implemented Interfaces:
- IssueSearcher<SearchableField>
public class ComponentsSearcher
- extends AbstractInitializationSearcher
- implements IssueSearcher<SearchableField>
A searcher for the component system field.
Fields inherited from interface com.atlassian.jira.issue.search.searchers.IssueSearcher |
log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.jira.issue.search.searchers.IssueSearcher |
init |
ComponentsSearcher
public ComponentsSearcher(com.atlassian.velocity.VelocityManager velocityManager,
VelocityRequestContextFactory contextFactory,
FieldVisibilityManager fieldVisibilityManager,
ComponentResolver componentResolver,
ApplicationProperties applicationProperties,
ProjectComponentManager componentManager,
ProjectManager projectManager,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry)
getSearchInformation
public SearcherInformation<SearchableField> getSearchInformation()
- Description copied from interface:
IssueSearcher
- Provides an object that contains information about the Searcher.
- Specified by:
getSearchInformation
in interface IssueSearcher<SearchableField>
- Returns:
- the search information provider for this searcher.
getSearchInputTransformer
public SearchInputTransformer getSearchInputTransformer()
- Description copied from interface:
IssueSearcher
- Provides an object that will allow you to transform raw request parameters to field holder values and
field holder values to
Clause
search representations.
- Specified by:
getSearchInputTransformer
in interface IssueSearcher<SearchableField>
- Returns:
- the search input handler for this searcher.
getSearchRenderer
public SearchRenderer getSearchRenderer()
- Description copied from interface:
IssueSearcher
- Provides an object that will allow you to render the edit and view html for a searcher. This also provides
methods that indicate if the view and edit methods should be invoked.
- Specified by:
getSearchRenderer
in interface IssueSearcher<SearchableField>
- Returns:
- the search renderer for this searcher.
Copyright © 2002-2011 Atlassian. All Rights Reserved.