public class ComponentsSearcher extends AbstractInitializationSearcher implements IssueSearcher<SearchableField>
fieldReference
log
Constructor and Description |
---|
ComponentsSearcher(VelocityTemplatingEngine templatingEngine,
VelocityRequestContextFactory contextFactory,
FieldVisibilityManager fieldVisibilityManager,
ComponentResolver componentResolver,
ApplicationProperties applicationProperties,
ProjectComponentManager componentManager,
ProjectManager projectManager,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
PermissionManager permissionManager) |
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
Clause search representations. |
SearchRenderer |
getSearchRenderer()
Provides an object that will allow you to render the edit and view html for a searcher.
|
init
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
public ComponentsSearcher(VelocityTemplatingEngine templatingEngine, VelocityRequestContextFactory contextFactory, FieldVisibilityManager fieldVisibilityManager, ComponentResolver componentResolver, ApplicationProperties applicationProperties, ProjectComponentManager componentManager, ProjectManager projectManager, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, PermissionManager permissionManager)
public SearcherInformation<SearchableField> getSearchInformation()
IssueSearcher
getSearchInformation
in interface IssueSearcher<SearchableField>
public SearchInputTransformer getSearchInputTransformer()
IssueSearcher
Clause
search representations.getSearchInputTransformer
in interface IssueSearcher<SearchableField>
public SearchRenderer getSearchRenderer()
IssueSearcher
getSearchRenderer
in interface IssueSearcher<SearchableField>
Copyright © 2002-2022 Atlassian. All Rights Reserved.